diff options
Diffstat (limited to 'crates/tor-netdoc')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 7780d8294..a49c96117 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.12.0" +version = "0.12.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -106,15 +106,15 @@ time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] tinystr = "0.7.0" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-cell = { path = "../tor-cell", version = "0.16.0" } -tor-cert = { path = "../tor-cert", version = "0.10.0" } -tor-checkable = { path = "../tor-checkable", version = "0.7.0" } +tor-cell = { path = "../tor-cell", version = "0.16.1" } +tor-cert = { path = "../tor-cert", version = "0.11.0" } +tor-checkable = { path = "../tor-checkable", version = "0.8.0" } tor-error = { path = "../tor-error", version = "0.6.0" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.11.0", optional = true } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } tor-protover = { path = "../tor-protover", version = "0.6.0" } -tor-units = { version = "0.6.1", path = "../tor-units", optional = true } +tor-units = { version = "0.6.5", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } weak-table = "0.3.0" |
