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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 98ca45c50..dc631ebd7 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.6.0"
+version = "0.6.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -25,15 +25,15 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
educe = "0.4.6"
hex = "0.4"
-safelog = { path = "../safelog", version = "0.2.0" }
+safelog = { path = "../safelog", version = "0.2.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "2.0.1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.0" }
-tor-config = { path = "../tor-config", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
+tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
tor-protover = { path = "../tor-protover", version = "0.4.0" }
[dev-dependencies]