From 4e3012bcc330242068c215168b412ade52c8144c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:44:12 +0000 Subject: [PATCH] Update tor-error requirement from 0.25.0 to 0.26.0 Updates the requirements on tor-error to permit the latest version. --- updated-dependencies: - dependency-name: tor-error 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..be48ca5 100644 --- a/crates/obfs4/Cargo.toml +++ b/crates/obfs4/Cargo.toml @@ -55,7 +55,7 @@ bytes = "1.5.0" ## ntor_arti tor-cell = "0.25.0" tor-llcrypto = "0.25.0" -tor-error = "0.25.0" +tor-error = "0.26.0" tor-bytes = "0.25.0" cipher = "0.4.4" zeroize = "1.7.0"