diff options
Diffstat (limited to 'crates/tor-ptmgr/Cargo.toml')
| -rw-r--r-- | crates/tor-ptmgr/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index d5c76c01f..71c2f0cd8 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.6.0" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -36,9 +36,9 @@ fs-mistrust = { version = "0.7.3", path = "../fs-mistrust" } futures = "0.3.14" serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-chanmgr = { version = "0.10.1", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.9.5", path = "../tor-config" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-chanmgr = { version = "0.11.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.9.6", path = "../tor-config" } tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] } tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["pt-client"] } tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" } |
