From 35fbcadb49be41f46fd22a8f67ae9006b5ff2d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:11:01 +0000 Subject: [PATCH] Update tor-cell requirement from 0.23.0 to 0.24.0 Updates the requirements on tor-cell to permit the latest version. --- updated-dependencies: - dependency-name: tor-cell 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..a73a8c5 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -53,7 +53,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "io"]} bytes = "1.5.0" ## ntor_arti -tor-cell = "0.23.0" +tor-cell = "0.24.0" tor-llcrypto = "0.23.0" tor-error = "0.23.0" tor-bytes = "0.23.0"