diff options
Diffstat (limited to 'crates/tor-cert')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 9eb7ef142..3d2c745ca 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -44,11 +44,11 @@ derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" ecdsa = { version = "0.16.9", features = ["der", "pkcs8", "signing", "verifying"], optional = true } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.42.0" } -tor-cert-x509 = { path = "../tor-cert-x509", version = "0.42.0", optional = true } -tor-checkable = { path = "../tor-checkable", version = "0.42.0" } -tor-error = { path = "../tor-error", version = "0.42.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.42.0" } +tor-bytes = { path = "../tor-bytes", version = "0.43.0" } +tor-cert-x509 = { path = "../tor-cert-x509", version = "0.43.0", optional = true } +tor-checkable = { path = "../tor-checkable", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.43.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } web-time-compat = { path = "../web-time-compat", version = "0.1.0" } [dev-dependencies] @@ -56,4 +56,4 @@ base64ct = "1.5.1" hex-literal = "1.0" humantime = "2" rand = "0.10.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } |
