summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtcompat/Cargo.toml')
-rw-r--r--crates/tor-rtcompat/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 673f54c4c..5e3e722cd 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -105,12 +105,12 @@ tokio-crate = { package = "tokio", version = "1.47.1", optional = true, features
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-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" }
+tor-cert-x509 = { version = "0.44.0", path = "../tor-cert-x509", optional = true }
+tor-error = { version = "0.44.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.44.0", path = "../tor-general-addr" }
tracing = "0.1.36"
void = "1"
-web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
+web-time-compat = { version = "0.2.0", path = "../web-time-compat" }
zeroize = "1"
[target.'cfg(not(all(target_arch="wasm32", target_os="unknown")))'.dependencies]
@@ -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.43.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.44.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.)
#