summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-socksproto')
-rw-r--r--crates/tor-socksproto/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 43d614755..c0d8965f7 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.34.0"
+version = "0.35.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
@@ -29,14 +29,14 @@ full = [
[dependencies]
amplify = { version = "4", default-features = false, features = ["derive"] }
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
-caret = { path = "../caret", version = "0.6.0" }
+caret = { path = "../caret", version = "0.7.0" }
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.5.0" }
+safelog = { path = "../safelog", version = "0.6.0" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.34.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.34.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.35.0", default-features = false }
[dev-dependencies]
anyhow = "1.0.75"