diff --git a/Cargo.lock b/Cargo.lock index 4adf9b6..318f799 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,9 +549,9 @@ dependencies = [ [[package]] name = "libsodium-sys-stable" -version = "1.19.26" +version = "1.19.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f0751edc417b78b6fef80032bd4df4425b9d272e308b8a251818c6fbf66e3a0" +checksum = "1c2e36a6759ec7f4d772d2e01af0bf5ba63eb114bbab488cbcf53884c6408bb9" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index cbc089c..3bce64b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ hyper = { version = "0.14.23", default_features = false, features = [ "http1", ], optional = true } ipext = "0.1.0" -libsodium-sys-stable = "1.19.26" +libsodium-sys-stable = "1.19.27" log = { version = "0.4.17", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.34", default-features = false } socket2 = "0.4.7"