diff options
Diffstat (limited to 'crates/tor-config')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index b6b07e79a..16b1c34a9 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.7.1" +version = "0.7.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -21,7 +21,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } directories = { version = "4", optional = true } educe = "0.4.6" either = "1" -fs-mistrust = { path = "../fs-mistrust", version = "0.6.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" } itertools = "0.10.1" once_cell = "1" paste = "1" |
