summaryrefslogtreecommitdiff
path: root/crates/tor-protover
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-protover')
-rw-r--r--crates/tor-protover/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 34d359f6a..b719f2daf 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -16,7 +16,7 @@ caret = { path = "../caret", version = "0.8.0" }
paste = "1"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.36.0", optional = true }
+tor-bytes = { path = "../tor-bytes", version = "0.37.0", optional = true }
[features]
default = []