summaryrefslogtreecommitdiff
path: root/crates/tor-units/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-units/Cargo.toml')
-rw-r--r--crates/tor-units/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index e7064d9c1..6fe6d98cb 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.34.0"
+version = "0.35.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.85.1"
@@ -17,7 +17,7 @@ derive-deftly = { version = "1.3.0", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true }
[dev-dependencies]
float-cmp = "0.10.0"