diff options
Diffstat (limited to 'crates/tor-dircommon')
| -rw-r--r-- | crates/tor-dircommon/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml index d68f937b0..7366ab9aa 100644 --- a/crates/tor-dircommon/Cargo.toml +++ b/crates/tor-dircommon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dircommon" -version = "0.36.0" +version = "0.37.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson <[email protected]>", @@ -22,12 +22,12 @@ getset = "0.1.6" humantime = "2" humantime-serde = "1.1.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } -tor-checkable = { path = "../tor-checkable", version = "0.36.0" } -tor-config = { path = "../tor-config", version = "0.36.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } +tor-checkable = { path = "../tor-checkable", version = "0.37.0" } +tor-config = { path = "../tor-config", version = "0.37.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.37.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.37.0" } tracing = "0.1.41" [dev-dependencies] |
