diff options
Diffstat (limited to 'crates/tor-rtcompat/Cargo.toml')
| -rw-r--r-- | crates/tor-rtcompat/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 633a82b90..05631941c 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -105,9 +105,9 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features = "time", ] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-cert-x509 = { version = "0.42.0", path = "../tor-cert-x509", optional = true } -tor-error = { version = "0.42.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.42.0", path = "../tor-general-addr" } +tor-cert-x509 = { version = "0.43.0", path = "../tor-cert-x509", optional = true } +tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.43.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" web-time-compat = { version = "0.1.0", path = "../web-time-compat" } @@ -123,7 +123,7 @@ libc = "0.2" assert_matches = "1.5.0" # Used for testing our TLS implementation. native-tls-crate = { package = "native-tls", version = "0.2" } -tor-basic-utils = { version = "0.42.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } # Ensure that we have aws-lc-rs for testing, but only if we're building with rustls. # (We need to do it this way because we can't have conditional dev-dependencies.) # |
