From 19ba0a47c07643fdfd8c0cb932399fe636bfb186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:27:12 +0000 Subject: [PATCH] Update tor-basic-utils requirement from 0.20.0 to 0.21.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 0c844f2..254015c 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -80,7 +80,7 @@ simple_asn1 = { version="0.6.1", optional=true} [dev-dependencies] tracing-subscriber = "0.3.18" hex-literal = "0.4.1" -tor-basic-utils = "0.20.0" +tor-basic-utils = "0.21.0" # benches # criterion = "0.5"