diff --git a/Cargo.lock b/Cargo.lock index b4c121e..d491466 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,9 +550,9 @@ dependencies = [ [[package]] name = "libsodium-sys-stable" -version = "1.19.22" +version = "1.19.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83adf05d86392da08340d9d6fdc4c29bcf2db2009c05a033bc8a0677b9ee0472" +checksum = "9f0751edc417b78b6fef80032bd4df4425b9d272e308b8a251818c6fbf66e3a0" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6c834cc..f60ac80 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.22" +libsodium-sys-stable = "1.19.26" log = { version = "0.4.17", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.31", default-features = false } socket2 = "0.4.7"