summaryrefslogtreecommitdiff
path: root/crates/tor-consdiff/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-consdiff/Cargo.toml')
-rw-r--r--crates/tor-consdiff/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 6db99ce7a..ed81bab64 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -26,14 +26,14 @@ hex = "0.4"
imara-diff = "0.2.0"
static_assertions = "1.1.0"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.42.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.42.0" }
+tor-error = { path = "../tor-error", version = "0.43.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" }
# TODO: Ideally, we would be able to compile without ns-vote.
-tor-netdoc = { path = "../tor-netdoc", version = "0.42.0", features = ["incomplete"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["incomplete"] }
[dev-dependencies]
rand = "0.10.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
[package.metadata.docs.rs]
all-features = true