summaryrefslogtreecommitdiff
path: root/crates/tor-protover/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-protover/Cargo.toml')
-rw-r--r--crates/tor-protover/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index d32f9abe0..ccaf9f9a0 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.34.0"
+version = "0.35.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
@@ -12,11 +12,11 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path = "../caret", version = "0.6.0" }
+caret = { path = "../caret", version = "0.7.0" }
paste = "1"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.34.0", optional = true }
+tor-bytes = { path = "../tor-bytes", version = "0.35.0", optional = true }
[features]
default = []