From 6f8c33465afecd5231f978594da041bf4486847a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:59:33 -0700 Subject: [PATCH] chore(deps): bump byteorder from 1.4.3 to 1.5.0 (#678) Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0. - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0) --- updated-dependencies: - dependency-name: byteorder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- rust/noosphere-collections/Cargo.toml | 2 +- rust/noosphere-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f9c011f3..e214f9377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" diff --git a/rust/noosphere-collections/Cargo.toml b/rust/noosphere-collections/Cargo.toml index 3471554e0..1d0c1aac5 100644 --- a/rust/noosphere-collections/Cargo.toml +++ b/rust/noosphere-collections/Cargo.toml @@ -23,7 +23,7 @@ cid = { workspace = true } forest_hash_utils = "0.1.0" serde = { workspace = true } serde_bytes = "0.11" -byteorder = "^1.4" +byteorder = "^1.5" async-recursion = { workspace = true } libipld-core = { workspace = true } libipld-cbor = { workspace = true } diff --git a/rust/noosphere-core/Cargo.toml b/rust/noosphere-core/Cargo.toml index 390d1c2bc..e9ff2fd80 100644 --- a/rust/noosphere-core/Cargo.toml +++ b/rust/noosphere-core/Cargo.toml @@ -44,7 +44,7 @@ futures-util = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } serde_urlencoded = { workspace = true } -byteorder = "^1.4" +byteorder = "^1.5" base64 = "0.21" ed25519-zebra = "^3" rand = { workspace = true }