summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-memquota/Cargo.toml')
-rw-r--r--crates/tor-memquota/Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index fbdc24938..534ee6c5d 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.42.0"
+version = "0.43.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -26,13 +26,13 @@ slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
static_assertions = "1"
sysinfo = { version = "0.38.3", default-features = false, features = ["system"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.42.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0", features = ["serde"] }
-tor-config = { path = "../tor-config", version = "0.42.0" }
-tor-error = { path = "../tor-error", version = "0.42.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.42.0" }
-tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.42.0" }
-tor-rtcompat = { version = "0.42.0", path = "../tor-rtcompat" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.43.0" }
+tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" }
+tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.43.0" }
+tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -41,9 +41,9 @@ void = "1"
rand = "0.10.1"
safelog = { path = "../safelog", version = "0.8.2" }
serde_json = "1.0.50"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" }
-tor-rtcompat = { version = "0.42.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.42.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
+tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }
tracing-test = "0.2.4"
[features]