diff options
Diffstat (limited to 'crates/tor-key-forge/Cargo.toml')
| -rw-r--r-- | crates/tor-key-forge/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-key-forge/Cargo.toml b/crates/tor-key-forge/Cargo.toml index c053382cc..c10f36573 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.27.0" +version = "0.28.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.77" @@ -33,12 +33,12 @@ rand = "0.8" signature = "2" ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.27.0", default-features = false } -tor-cert = { path = "../tor-cert", version = "0.27.0", features = ["encode", "experimental-api"] } -tor-checkable = { path = "../tor-checkable", version = "0.27.0" } -tor-error = { version = "0.27.0", path = "../tor-error" } -tor-llcrypto = { version = "0.27.0", path = "../tor-llcrypto" } +tor-bytes = { path = "../tor-bytes", version = "0.28.0", default-features = false } +tor-cert = { path = "../tor-cert", version = "0.28.0", features = ["encode", "experimental-api"] } +tor-checkable = { path = "../tor-checkable", version = "0.28.0" } +tor-error = { version = "0.28.0", path = "../tor-error" } +tor-llcrypto = { version = "0.28.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.27.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.28.0" } |
