From 03039d41420d69e600cca14d5adeb73d12de6d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 04:05:39 +0000 Subject: [PATCH] Bump libsodium-sys-stable from 1.19.26 to 1.19.27 Bumps [libsodium-sys-stable](https://github.com/jedisct1/libsodium-sys-stable) from 1.19.26 to 1.19.27. - [Release notes](https://github.com/jedisct1/libsodium-sys-stable/releases) - [Commits](https://github.com/jedisct1/libsodium-sys-stable/compare/1.19.26...1.19.27) --- updated-dependencies: - dependency-name: libsodium-sys-stable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"