diff --git a/Cargo.lock b/Cargo.lock index 4507750515..659998aeaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5691,9 +5691,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ "cfg-if", "fastrand", diff --git a/clap_blocks/Cargo.toml b/clap_blocks/Cargo.toml index 49c6a6cb5c..74df1e40e6 100644 --- a/clap_blocks/Cargo.toml +++ b/clap_blocks/Cargo.toml @@ -21,7 +21,7 @@ uuid = { version = "1", features = ["v4"] } workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] -tempfile = "3.7.0" +tempfile = "3.7.1" test_helpers = { path = "../test_helpers" } [features] diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 22588ac2fd..39cc04e1cc 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -70,7 +70,7 @@ rustyline = { version = "12.0", default-features = false, features = ["with-file serde = "1.0.181" serde_json = "1.0.104" snafu = "0.7" -tempfile = "3.7.0" +tempfile = "3.7.1" thiserror = "1.0.44" tikv-jemalloc-ctl = { version = "0.5.4", optional = true } tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] } diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index e835a535c1..28f2e3d8dd 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -73,7 +73,7 @@ mutable_batch_lp = { path = "../mutable_batch_lp" } object_store = { workspace = true } paste = "1.0.14" proptest = { version = "1", default-features = false, features = ["std"] } -tempfile = "3.7.0" +tempfile = "3.7.1" test_helpers = { path = "../test_helpers", features = ["future_timeout"] } tokio = { version = "1.29", features = ["macros", "time", "test-util"] } diff --git a/ingester_test_ctx/Cargo.toml b/ingester_test_ctx/Cargo.toml index 918c05acdd..f3a7c23803 100644 --- a/ingester_test_ctx/Cargo.toml +++ b/ingester_test_ctx/Cargo.toml @@ -27,7 +27,7 @@ object_store = { workspace = true } observability_deps = { version = "0.1.0", path = "../observability_deps" } parquet_file = { version = "0.1.0", path = "../parquet_file" } prost = { version = "0.11.9", default-features = false, features = ["std"] } -tempfile = { version = "3.7.0" } +tempfile = { version = "3.7.1" } test_helpers = { path = "../test_helpers", features = ["future_timeout"] } tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } tokio-util = "0.7.8" diff --git a/test_helpers/Cargo.toml b/test_helpers/Cargo.toml index a38f808c24..2022f409c5 100644 --- a/test_helpers/Cargo.toml +++ b/test_helpers/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true [dependencies] # In alphabetical order dotenvy = "0.15.7" parking_lot = "0.12" -tempfile = "3.7.0" +tempfile = "3.7.1" tracing-log = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } observability_deps = { path = "../observability_deps" } diff --git a/test_helpers_end_to_end/Cargo.toml b/test_helpers_end_to_end/Cargo.toml index b75a246444..ccc050ba55 100644 --- a/test_helpers_end_to_end/Cargo.toml +++ b/test_helpers_end_to_end/Cargo.toml @@ -32,7 +32,7 @@ regex = "1.9" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } snafu = "0.7" sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] } -tempfile = "3.7.0" +tempfile = "3.7.1" test_helpers = { path = "../test_helpers", features = ["future_timeout"] } tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio-util = "0.7" diff --git a/tracker/Cargo.toml b/tracker/Cargo.toml index 4f8c2917cd..a29bf22399 100644 --- a/tracker/Cargo.toml +++ b/tracker/Cargo.toml @@ -22,7 +22,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } sysinfo = "0.29.7" [dev-dependencies] -tempfile = "3.7.0" +tempfile = "3.7.1" # Need the multi-threaded executor for testing tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "time"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }