diff options
Diffstat (limited to 'crates/tor-units')
| -rw-r--r-- | crates/tor-units/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index 166771bdc..f66f5a4b1 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.25.0" +version = "0.26.0" authors = ["Dennis Jackson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -16,7 +16,7 @@ categories = ["rust-patterns"] derive-deftly = { version = "0.14.2", optional = true } derive_more = { version = "1.0.0", features = ["full"] } thiserror = "2" -tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.26.0", path = "../tor-memquota", default-features = false, optional = true } [dev-dependencies] float-cmp = "0.10.0" |
