diff options
Diffstat (limited to 'crates/tor-linkspec')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 6883961d9..fc5a4baf9 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.11.1" +version = "0.17.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -32,23 +32,23 @@ __is_experimental = [] [dependencies] base64ct = "1.5.1" by_address = "1" -caret = { path = "../caret", version = "0.4.1" } +caret = { path = "../caret", version = "0.4.5" } cfg-if = "1.0.0" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99.3" educe = "0.4.6" hex = "0.4" itertools = "0.12.0" -safelog = { path = "../safelog", version = "0.3.2" } +safelog = { path = "../safelog", version = "0.3.6" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.26", features = ["derive"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-config = { path = "../tor-config", version = "0.11.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } -tor-protover = { path = "../tor-protover", version = "0.6.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } +tor-bytes = { path = "../tor-bytes", version = "0.17.0" } +tor-config = { path = "../tor-config", version = "0.17.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.17.0" } +tor-protover = { path = "../tor-protover", version = "0.17.0" } [dev-dependencies] hex-literal = "0.4" |
