summaryrefslogtreecommitdiff
path: root/crates/tor-protover
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-protover')
-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 01df1b7d1..c4a25246f 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -16,8 +16,8 @@ caret = { path = "../caret", version = "0.9.0" }
paste = "1.0.3"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.42.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.43.0", optional = true }
[features]
default = []