diff options
Diffstat (limited to 'crates/tor-ptmgr/Cargo.toml')
| -rw-r--r-- | crates/tor-ptmgr/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index ef6ed9721..a01ce506f 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -42,22 +42,22 @@ async-trait = "0.1.54" cfg-if = "1.0.0" derive-deftly = { version = "~1.11.0", features = ["full", "beta"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } -fs-mistrust = { version = "0.14.0", path = "../fs-mistrust" } +fs-mistrust = { version = "0.14.2", path = "../fs-mistrust" } futures = "0.3.14" itertools = "0.14.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.42.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.42.0" } -tor-chanmgr = { version = "0.42.0", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.42.0", path = "../tor-config" } -tor-config-path = { version = "0.42.0", path = "../tor-config-path" } -tor-error = { version = "0.42.0", path = "../tor-error", features = ["tracing"] } -tor-linkspec = { version = "0.42.0", path = "../tor-linkspec", features = ["pt-client"] } -tor-proto = { version = "0.42.0", path = "../tor-proto" } -tor-rtcompat = { version = "0.42.0", path = "../tor-rtcompat" } -tor-socksproto = { version = "0.42.0", path = "../tor-socksproto" } +tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-chanmgr = { version = "0.43.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.43.0", path = "../tor-config" } +tor-config-path = { version = "0.43.0", path = "../tor-config-path" } +tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } +tor-linkspec = { version = "0.43.0", path = "../tor-linkspec", features = ["pt-client"] } +tor-proto = { version = "0.43.0", path = "../tor-proto" } +tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-socksproto = { version = "0.43.0", path = "../tor-socksproto" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } web-time-compat = { version = "0.1.0", path = "../web-time-compat" } @@ -65,7 +65,7 @@ web-time-compat = { version = "0.1.0", path = "../web-time-compat" } [dev-dependencies] anyhow = "1.0.23" tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.42.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.20" [[example]] |
