summaryrefslogtreecommitdiff
path: root/crates/tor-proto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto')
-rw-r--r--crates/tor-proto/Cargo.toml40
1 files changed, 20 insertions, 20 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 2b8e059bc..6f871fb63 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -118,24 +118,24 @@ sync_wrapper = "1.0.2"
thiserror = "2"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
-tor-cell = { path = "../tor-cell", version = "0.36.0" }
-tor-cert = { path = "../tor-cert", version = "0.36.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
-tor-config = { path = "../tor-config", version = "0.36.0" }
-tor-error = { path = "../tor-error", version = "0.36.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", features = ["memquota-memcost"], optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["memquota-memcost"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.36.0" }
-tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
-tor-protover = { version = "0.36.0", path = "../tor-protover" }
-tor-relay-crypto = { version = "0.36.0", path = "../tor-relay-crypto" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
-tor-units = { path = "../tor-units", version = "0.36.0", features = ["memquota-memcost"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.37.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.37.0" }
+tor-cell = { path = "../tor-cell", version = "0.37.0" }
+tor-cert = { path = "../tor-cert", version = "0.37.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.37.0" }
+tor-config = { path = "../tor-config", version = "0.37.0" }
+tor-error = { path = "../tor-error", version = "0.37.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.37.0", features = ["memquota-memcost"], optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.37.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0", features = ["memquota-memcost"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.37.0" }
+tor-memquota = { version = "0.37.0", path = "../tor-memquota", default-features = false }
+tor-protover = { version = "0.37.0", path = "../tor-protover" }
+tor-relay-crypto = { version = "0.37.0", path = "../tor-relay-crypto" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.37.0" }
+tor-units = { path = "../tor-units", version = "0.37.0", features = ["memquota-memcost"] }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0" }
@@ -155,7 +155,7 @@ itertools = "0.14.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.18.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[[bench]]