summaryrefslogtreecommitdiff
path: root/crates/arti-dirauth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-dirauth/Cargo.toml')
-rw-r--r--crates/arti-dirauth/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-dirauth/Cargo.toml b/crates/arti-dirauth/Cargo.toml
index fafe0eee8..8f6af2afb 100644
--- a/crates/arti-dirauth/Cargo.toml
+++ b/crates/arti-dirauth/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-dirauth"
-version = "0.44.0"
+version = "0.45.0"
authors = [
"The Tor Project, Inc.",
"Ian Jackson <[email protected]>",
@@ -33,8 +33,8 @@ __is_experimental = []
anyhow = "1.0.72"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
thiserror = "2"
-tor-dirauth = { path = "../tor-dirauth", version = "0.44.0" }
-tor-error = { path = "../tor-error", version = "0.44.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["full", "incomplete"] }
+tor-dirauth = { path = "../tor-dirauth", version = "0.45.0" }
+tor-error = { path = "../tor-error", version = "0.45.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.45.0", features = ["full", "incomplete"] }
[dev-dependencies]