summaryrefslogtreecommitdiff
path: root/crates/tor-cert/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
-rw-r--r--crates/tor-cert/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 26f1ee460..ac76b2c0c 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.17.0"
+version = "0.18.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
derive_more = "0.99.3"
digest = "0.10.0"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.17.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.17.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.17.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
[dev-dependencies]
base64ct = "1.5.1"