diff options
Diffstat (limited to 'crates/tor-netdoc')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 7cce45f3d..a42afd2a1 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -97,17 +97,17 @@ subtle = "2" thiserror = "2" time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] } tinystr = "0.8.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" } -tor-bytes = { path = "../tor-bytes", version = "0.42.0" } -tor-cell = { path = "../tor-cell", version = "0.42.0" } -tor-cert = { path = "../tor-cert", version = "0.42.0" } -tor-checkable = { path = "../tor-checkable", version = "0.42.0" } -tor-error = { path = "../tor-error", version = "0.42.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.42.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.42.0", optional = true } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.42.0" } -tor-protover = { path = "../tor-protover", version = "0.42.0", features = ["serde"] } -tor-units = { version = "0.42.0", path = "../tor-units", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-bytes = { path = "../tor-bytes", version = "0.43.0" } +tor-cell = { path = "../tor-cell", version = "0.43.0" } +tor-cert = { path = "../tor-cert", version = "0.43.0" } +tor-checkable = { path = "../tor-checkable", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.43.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.43.0", optional = true } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } +tor-protover = { path = "../tor-protover", version = "0.43.0", features = ["serde"] } +tor-units = { version = "0.43.0", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } void = "1" @@ -121,7 +121,7 @@ itertools = "0.14.0" pem = "3.0.6" serde_json = "1.0.50" testresult = "0.4.1" -tor-basic-utils = { version = "0.42.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } [package.metadata.docs.rs] all-features = true |
