summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
-rw-r--r--crates/tor-linkspec/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 0cf12a6c1..9b386b88a 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -39,17 +39,17 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
hex = "0.4"
itertools = "0.13.0"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.25.0" }
[dev-dependencies]
hex-literal = "0.4"