From 49d12ac1e382f37157c49966bfc6f237e241b1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:08:45 +0000 Subject: [PATCH] Update tor-basic-utils requirement from 0.25.0 to 0.27.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 c3f4c63..f6ca174 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.25.0" +tor-basic-utils = "0.27.0" # benches # criterion = "0.5"