aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 16:20:26 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 16:20:53 +0000
commit97e284b90323dd3aeaf05839a00b801c2ee194f9 (patch)
tree6e0a8adf12996ad7491c105f63dfb805b9fe81c4
parente791dfd4e65849c6a45c6adc79a9dc312c7cfeff (diff)
downloadarti-97e284b90323dd3aeaf05839a00b801c2ee194f9.tar.gz
arti-97e284b90323dd3aeaf05839a00b801c2ee194f9.zip
Bump patch versions *with* dependency update
This crate has had new features added. It's 0.x. So bump in-tree dependencies' references: fs-mistrust
-rw-r--r--crates/arti-bench/Cargo.toml2
-rw-r--r--crates/arti-client/Cargo.toml2
-rw-r--r--crates/arti/Cargo.toml2
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/tor-config/Cargo.toml2
-rw-r--r--crates/tor-dirmgr/Cargo.toml2
-rw-r--r--crates/tor-hsservice/Cargo.toml2
-rw-r--r--crates/tor-keymgr/Cargo.toml2
-rw-r--r--crates/tor-persist/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml2
10 files changed, 10 insertions, 10 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 7b1b0e825..5f910fc92 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -21,7 +21,7 @@ arti = { path = "../arti", version = "1.1.12" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 3a0981be5..72cb6edea 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -114,7 +114,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
directories = "5"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 86de5fcd2..ce52973c6 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -100,7 +100,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help"] }
config = { version = "0.13.4", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
humantime = "2"
humantime-serde = "1.1.1"
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 492d71b83..fa1b56355 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.6"
+version = "0.7.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 54e8ca8df..7c66b3046 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -33,7 +33,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "5", optional = true }
educe = "0.4.6"
either = "1"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
itertools = "0.12.0"
once_cell = "1"
paste = "1"
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index a43b9766b..a99efc8ef 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -64,7 +64,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "4"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 2202ad4c8..12ec1b174 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -46,7 +46,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.17"
digest = "0.10.0"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
growable-bloom-filter = "2.0.1"
hex = "0.4"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index e61c2fc73..46709d72b 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -32,7 +32,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
downcast-rs = "1.2.0"
dyn-clone = "1.0.11"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["serde", "walkdir"] }
glob-match = "0.2.1"
humantime = "2"
inventory = "0.3.13"
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index e7a8106f9..ff9f7cac2 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -27,7 +27,7 @@ __is_experimental = []
amplify = { version = "4", default-features = false, features = ["derive"], optional = true }
derive-adhoc = "0.8"
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["walkdir"] }
fslock-guard = { path = "../fslock-guard", version = "0.1.0", optional = true }
paste = "1"
sanitize-filename = "0.5.0"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index ad08cdda4..b1a46fab6 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -32,7 +32,7 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.54"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.7.6", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.7", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"