diff options
Diffstat (limited to 'crates/tor-proto/Cargo.toml')
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 5dfd36678..0b81c11ad 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -99,7 +99,7 @@ async-trait = "0.1.54" asynchronous-codec = "0.7.0" bitvec = "1.0.1" bytes = "1" -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } cfg-if = "1.0.0" cipher = { version = "0.4.1", features = ["zeroize"] } coarsetime = "0.1.20" @@ -117,16 +117,16 @@ hmac = "0.12.0" itertools = "0.14.0" maybenot = { version = "2.2.1", optional = true } nonany = "0.3" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" polyval = { version = "0.7", optional = true } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" rand09 = { package = "rand", version = "0.9", optional = true } rand_core = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"], optional = true } -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } smallvec = { version = "1.10", features = ["const_generics"] } static_assertions = "1" strum = { version = "0.28.0", features = ["derive"] } @@ -134,30 +134,30 @@ subtle = "2" thiserror = "2" tokio-crate = { package = "tokio", version = "1.47.1", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0", features = ["relay"] } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", features = ["memquota-memcost"], optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["memquota-memcost"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-protover = { version = "0.43.0", path = "../tor-protover" } -tor-relay-crypto = { version = "0.43.0", path = "../tor-relay-crypto", optional = true } -tor-rpcbase = { version = "0.43.0", path = "../tor-rpcbase", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } -tor-units = { path = "../tor-units", version = "0.43.0", features = ["memquota-memcost"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0", features = ["relay"] } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", features = ["memquota-memcost"], optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["memquota-memcost"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-protover = { version = "0.44.0", path = "../tor-protover" } +tor-relay-crypto = { version = "0.44.0", path = "../tor-relay-crypto", optional = true } +tor-rpcbase = { version = "0.44.0", path = "../tor-rpcbase", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } +tor-units = { path = "../tor-units", version = "0.44.0", features = ["memquota-memcost"] } tracing = "0.1.36" typenum = "1.12" visibility = { version = "0.1.0" } void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } zeroize = "1" [dev-dependencies] @@ -170,9 +170,9 @@ itertools = "0.14.0" regex = { version = "1", default-features = false, features = ["std"] } statrs = "0.18.0" tokio-crate = { package = "tokio", version = "1.47.1", features = ["full"] } -tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies] |
