diff options
Diffstat (limited to 'crates/tor-netdir/Cargo.toml')
| -rw-r--r-- | crates/tor-netdir/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 0e940ea97..d54cf653b 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -25,8 +25,8 @@ testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ] [dependencies] tor-checkable = { path="../tor-checkable", version = "0.0.3"} -tor-config = { path="../tor-config", version = "0.0.3"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.4"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-protover = { path="../tor-protover", version = "0.0.3"} @@ -46,5 +46,5 @@ tracing = "0.1.18" [dev-dependencies] hex = "0.4" hex-literal = "0.3" -tor-netdoc = { path="../tor-netdoc", version = "0.0.3", features=["build_docs"] } +tor-netdoc = { path="../tor-netdoc", version = "0.0.4", features=["build_docs"] } rand_chacha = "0.3" |
