summaryrefslogtreecommitdiff
path: root/crates/tor-bytes
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-bytes')
-rw-r--r--crates/tor-bytes/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 2e30dd305..faed1a0ca 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.25.0"
+version = "0.26.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -18,8 +18,8 @@ digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
safelog = { path = "../safelog", version = "0.4.2" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.25.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.26.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.26.0", optional = true }
zeroize = { version = "1", features = ["derive"] }
[dev-dependencies]