summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-bytes/Cargo.toml')
-rw-r--r--crates/tor-bytes/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index c3b34cac7..9221dc0e8 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -16,10 +16,10 @@ bytes = "1"
derive-deftly = { version = "~1.6.0", features = ["full", "beta"] }
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.40.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.41.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", optional = true }
zeroize = { version = "1", features = ["derive"] }
[dev-dependencies]