diff options
Diffstat (limited to 'crates/tor-key-forge')
| -rw-r--r-- | crates/tor-key-forge/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-key-forge/Cargo.toml b/crates/tor-key-forge/Cargo.toml index a65d8b665..32f38eb63 100644 --- a/crates/tor-key-forge/Cargo.toml +++ b/crates/tor-key-forge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-key-forge" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.89" @@ -34,16 +34,16 @@ rsa = "0.9.0" signature = "2" ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std", "rsa"] } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.42.0", default-features = false } -tor-cert = { path = "../tor-cert", version = "0.42.0", features = ["experimental-api"] } -tor-checkable = { path = "../tor-checkable", version = "0.42.0" } -tor-error = { version = "0.42.0", path = "../tor-error" } -tor-llcrypto = { version = "0.42.0", path = "../tor-llcrypto" } +tor-bytes = { path = "../tor-bytes", version = "0.43.0", default-features = false } +tor-cert = { path = "../tor-cert", version = "0.43.0", features = ["experimental-api"] } +tor-checkable = { path = "../tor-checkable", version = "0.43.0" } +tor-error = { version = "0.43.0", path = "../tor-error" } +tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" } -tor-llcrypto = { version = "0.42.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto", features = ["testing"] } [package.metadata.docs.rs] all-features = true |
