From 84cd71faa7747bfe6e11f73a0f8882e1ff87570f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:12:16 +0000 Subject: [PATCH] Update tor-basic-utils requirement from 0.23.0 to 0.24.0 Updates the requirements on tor-basic-utils to permit the latest version. --- updated-dependencies: - dependency-name: tor-basic-utils 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..8c03a50 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -80,7 +80,7 @@ filetime = {version="0.2.25", optional=true} [dev-dependencies] tracing-subscriber = "0.3.18" hex-literal = "0.4.1" -tor-basic-utils = "0.23.0" +tor-basic-utils = "0.24.0" # benches # criterion = "0.5"