diff options
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index e5e3d6ff1..62c78317f 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.85.1" @@ -47,7 +47,7 @@ __is_experimental = [] amplify = { version = "4", default-features = false, features = ["derive"] } bitflags = "2" bytes = "1" -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive-deftly = "1.3.0" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" @@ -56,16 +56,16 @@ paste = "1" rand = "0.9.1" smallvec = "1.10" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cert = { path = "../tor-cert", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true, features = ["memquota-memcost"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.34.0", features = ["tor-bytes"] } -tor-units = { path = "../tor-units", version = "0.34.0", features = ["memquota-memcost"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true, features = ["memquota-memcost"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["tor-bytes"] } +tor-units = { path = "../tor-units", version = "0.35.0", features = ["memquota-memcost"] } void = "1" [dev-dependencies] |
