summaryrefslogtreecommitdiff
path: root/crates/tor-protover
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-protover')
-rw-r--r--crates/tor-protover/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 5c981a639..0d7ec1cb2 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -12,12 +12,12 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path = "../caret", version = "0.9.0" }
+caret = { path = "../caret", version = "0.10.0" }
paste = "1.0.3"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.43.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.44.0", optional = true }
[features]
default = []