diff options
Diffstat (limited to 'crates/tor-netdoc')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index da5869890..ff4b45099 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.8.1" +version = "0.8.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -103,13 +103,13 @@ subtle = "2" thiserror = "1" time = { version = "0.3", features = ["std", "parsing", "macros"] } tinystr = "0.7.0" -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-cert = { path = "../tor-cert", version = "0.7.2" } -tor-checkable = { path = "../tor-checkable", version = "0.5.1" } -tor-error = { path = "../tor-error", version = "0.5.2" } +tor-checkable = { path = "../tor-checkable", version = "0.5.3" } +tor-error = { path = "../tor-error", version = "0.5.3" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.8.1", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.8.2", optional = true } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" } tor-protover = { path = "../tor-protover", version = "0.5.1" } tor-units = { version = "0.6.1", path = "../tor-units", optional = true } @@ -123,7 +123,7 @@ anyhow = "1.0.23" hex-literal = "0.4" itertools = "0.11.0" serde_json = "1.0.50" -tor-basic-utils = { version = "0.7.1", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.7.3", path = "../tor-basic-utils" } [package.metadata.docs.rs] all-features = true |
