From c0e3133ec7e1b96327b6ad3c0da290b8cf419870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:10:36 +0000 Subject: [PATCH] Update tor-bytes requirement from 0.23.0 to 0.24.0 Updates the requirements on tor-bytes to permit the latest version. --- updated-dependencies: - dependency-name: tor-bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/obfs4/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/obfs4/Cargo.toml b/crates/obfs4/Cargo.toml index 85cf8d0..2e19e9f 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -56,7 +56,7 @@ bytes = "1.5.0" tor-cell = "0.23.0" tor-llcrypto = "0.23.0" tor-error = "0.23.0" -tor-bytes = "0.23.0" +tor-bytes = "0.24.0" cipher = "0.4.4" zeroize = "1.7.0" thiserror = "1.0.56"