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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index d43422148..025498548 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -35,8 +35,8 @@ educe = "0.4.22"
safelog = { path = "../safelog", version = "0.8.2" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.42.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.42.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.43.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.43.0", default-features = false }
[dev-dependencies]
anyhow = "1.0.75"