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.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index 5e6e1d0b7..7e3ed62c9 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.17.0"
+version = "0.18.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -21,19 +21,19 @@ serde = { version = "1.0.103", features = ["derive"] }
slotmap = "1.0.6"
static_assertions = "1"
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.17.0" }
-tor-error = { path = "../tor-error", version = "0.17.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.17.0" }
-tor-rtcompat = { version = "0.17.0", path = "../tor-rtcompat" }
+tor-config = { path = "../tor-config", version = "0.18.0" }
+tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.18.0" }
+tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
[dev-dependencies]
itertools = "0.12.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" }
-tor-rtcompat = { version = "0.17.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.17.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
+tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
tracing-test = "0.2.4"
[features]