summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
-rw-r--r--crates/tor-linkspec/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index f2c9e4a70..a060a8243 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -44,9 +44,9 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }