From 0932c03cc9ee6e43cfdb24c240fb8e0cb27cd6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:21:16 +0000 Subject: [PATCH] Update tor-bytes requirement from 0.22.0 to 0.23.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 324b6ba..5afd1ca 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -56,7 +56,7 @@ bytes = "1.5.0" tor-cell = "0.22.0" tor-llcrypto = "0.22.0" tor-error = "0.22.0" -tor-bytes = "0.22.0" +tor-bytes = "0.23.0" cipher = "0.4.4" zeroize = "1.7.0" thiserror = "1.0.56"