summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec')
-rw-r--r--crates/tor-linkspec/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index b56ad9a4e..dfdb5c121 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.34.0"
+version = "0.35.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
@@ -33,23 +33,23 @@ __is_experimental = []
[dependencies]
base64ct = "1.5.1"
by_address = "1"
-caret = { path = "../caret", version = "0.6.0" }
+caret = { path = "../caret", version = "0.7.0" }
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
hex = "0.4"
itertools = "0.14.0"
-safelog = { path = "../safelog", version = "0.5.0" }
+safelog = { path = "../safelog", version = "0.6.0" }
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.34.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.34.0" }
-tor-config = { path = "../tor-config", version = "0.34.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.34.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
+tor-config = { path = "../tor-config", version = "0.35.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.35.0" }
[dev-dependencies]
hex-literal = "1.0"