diff options
Diffstat (limited to 'crates/tor-relay-crypto/Cargo.toml')
| -rw-r--r-- | crates/tor-relay-crypto/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml index f50d1df0e..ca52e1948 100644 --- a/crates/tor-relay-crypto/Cargo.toml +++ b/crates/tor-relay-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-relay-crypto" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.89" @@ -28,17 +28,17 @@ full = [ derive-deftly = { version = "~1.11.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } humantime = "2" -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-key-forge = { path = "../tor-key-forge", version = "0.42.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.42.0", features = ["experimental-api"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.42.0" } -tor-persist = { path = "../tor-persist", version = "0.42.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-key-forge = { path = "../tor-key-forge", version = "0.43.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["experimental-api"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } +tor-persist = { path = "../tor-persist", version = "0.43.0" } web-time-compat = { path = "../web-time-compat", version = "0.1.0" } [dev-dependencies] -tor-keymgr = { version = "0.42.0", path = "../tor-keymgr", features = ["testing"] } +tor-keymgr = { version = "0.43.0", path = "../tor-keymgr", features = ["testing"] } [package.metadata.docs.rs] all-features = true |
