summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec')
-rw-r--r--crates/tor-linkspec/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index d7a4e0647..1806caeca 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -44,12 +44,12 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
-tor-config = { path = "../tor-config", version = "0.36.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.37.0" }
+tor-config = { path = "../tor-config", version = "0.37.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.37.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.37.0" }
[dev-dependencies]
hex-literal = "1.0"