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 }