summaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dircommon/Cargo.toml')
-rw-r--r--crates/tor-dircommon/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml
index b4861441e..7404f423d 100644
--- a/crates/tor-dircommon/Cargo.toml
+++ b/crates/tor-dircommon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dircommon"
-version = "0.42.0"
+version = "0.43.0"
authors = [
"The Tor Project, Inc.",
"Nick Mathewson <[email protected]>",
@@ -22,12 +22,12 @@ getset = "0.1.6"
humantime = "2"
humantime-serde = "1.1.1"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.42.0" }
-tor-config = { path = "../tor-config", version = "0.42.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.42.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.42.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.42.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.43.0" }
+tor-config = { path = "../tor-config", version = "0.43.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" }
tracing = "0.1.41"
[dev-dependencies]