summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
-rw-r--r--crates/tor-socksproto/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 60663e1a2..57e9fe8bb 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -21,11 +21,11 @@ full = ["proxy-handshake", "client-handshake", "caret/full", "tor-bytes/full", "
[dependencies]
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
-caret = { path = "../caret", version = "0.4.5" }
+caret = { path = "../caret", version = "0.5.0" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
-tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.23.0" }
+tor-error = { path = "../tor-error", version = "0.23.0" }
[dev-dependencies]
hex-literal = "0.4"