From 9127c380ebdea3f1b20958e4d8d337e4035cf3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:04:08 +0000 Subject: [PATCH] Bump libsodium-sys-stable from 1.22.6 to 1.23.1 Bumps [libsodium-sys-stable](https://github.com/jedisct1/libsodium-sys-stable) from 1.22.6 to 1.23.1. - [Release notes](https://github.com/jedisct1/libsodium-sys-stable/releases) - [Commits](https://github.com/jedisct1/libsodium-sys-stable/compare/1.22.6...1.23.1) --- updated-dependencies: - dependency-name: libsodium-sys-stable dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e3ad2b..52e0877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "libsodium-sys-stable" -version = "1.22.6" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186bf786351b393a91025e9fc2f1058b8b8e1c7ecfde142ed829c209ab95daff" +checksum = "598b85ca17f62a7ca46846ff87e06765e44df6e23175ae8e1420a1df02b2cf3c" 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..eba4279 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.1" log = { version = "0.4.29", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.48", default-features = false } parking_lot = "0.12.5"