summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec')
-rw-r--r--crates/tor-linkspec/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 6fcfb6749..3d18bae96 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.8.4"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,9 +45,9 @@ serde_with = "3.0.0"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
[dev-dependencies]