diff --git a/Cargo.lock b/Cargo.lock index 2e3ad2b..c9c6849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "libsodium-sys-stable" -version = "1.22.6" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186bf786351b393a91025e9fc2f1058b8b8e1c7ecfde142ed829c209ab95daff" +checksum = "80b3429a80c1ba492a295c839364f25f99418f05dc760b4de467fa5ed0899051" dependencies = [ "cc", "libc", @@ -1520,9 +1520,9 @@ dependencies = [ [[package]] name = "zip" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index ce4172b..4813d5b 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.19", features = ["tokio"] } http-body-util = "0.1.3" ipext = "0.1.0" -libsodium-sys-stable = "1.22.6" +libsodium-sys-stable = "1.23.0" log = { version = "0.4.29", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.48", default-features = false } parking_lot = "0.12.5"