diff --git a/Cargo.lock b/Cargo.lock index 3a1ac3c..c842425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "libsodium-sys-stable" -version = "1.22.4" +version = "1.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "371900aef5f23af8d4164c4b2eec129613df06888d87f34c3e9aec9f205022d2" +checksum = "8119f38969584f49be1d1da6f011ed268cc64e3eac5b4f9374c40d9694ad1421" dependencies = [ "cc", "libc", @@ -1521,9 +1521,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 9da2022..2a5e517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hyper = { version = "1.8.1", default-features = false, features = [ hyper-util = { version = "0.1.18", features = ["tokio"] } http-body-util = "0.1.3" ipext = "0.1.0" -libsodium-sys-stable = "1.22.4" +libsodium-sys-stable = "1.22.5" log = { version = "0.4.28", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.48", default-features = false } parking_lot = "0.12.5"