summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-socksproto')
-rw-r--r--crates/tor-socksproto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 989cc2668..76504ee70 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,7 +25,7 @@ caret = { path = "../caret", version = "0.4.1" }
subtle = "2"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
[dev-dependencies]
hex-literal = "0.4"