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 0687a4646..efcffe13d 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.44.0"
+version = "0.45.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -17,8 +17,8 @@ derive-deftly = { version = "~1.11.4", features = ["full", "beta"] }
paste = "1.0.3"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.44.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.45.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.45.0", optional = true }
[features]
default = []