summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-netdoc')
-rw-r--r--crates/tor-netdoc/Cargo.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 6806eeb7b..1c42448b0 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.34.0"
+version = "0.35.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
@@ -115,17 +115,17 @@ subtle = "2"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.8.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.34.0" }
-tor-cell = { path = "../tor-cell", version = "0.34.0" }
-tor-cert = { path = "../tor-cert", version = "0.34.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.34.0" }
-tor-error = { path = "../tor-error", version = "0.34.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.34.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" }
-tor-protover = { path = "../tor-protover", version = "0.34.0", features = ["serde"] }
-tor-units = { version = "0.34.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
+tor-cell = { path = "../tor-cell", version = "0.35.0" }
+tor-cert = { path = "../tor-cert", version = "0.35.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.35.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.35.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
+tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["serde"] }
+tor-units = { version = "0.35.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -138,7 +138,7 @@ hex-literal = "1.0"
itertools = "0.14.0"
serde_json = "1.0.50"
testresult = "0.4.1"
-tor-basic-utils = { version = "0.34.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.35.0", path = "../tor-basic-utils" }
[package.metadata.docs.rs]
all-features = true