chore(deps): Bump tempfile from 3.7.0 to 3.7.1 (#8429)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-08-07 09:21:11 +00:00 committed by GitHub
parent b62e9bb0c8
commit 0e478af470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -5691,9 +5691,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.7.0" version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",

View File

@ -21,7 +21,7 @@ uuid = { version = "1", features = ["v4"] }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }
[dev-dependencies] [dev-dependencies]
tempfile = "3.7.0" tempfile = "3.7.1"
test_helpers = { path = "../test_helpers" } test_helpers = { path = "../test_helpers" }
[features] [features]

View File

@ -70,7 +70,7 @@ rustyline = { version = "12.0", default-features = false, features = ["with-file
serde = "1.0.181" serde = "1.0.181"
serde_json = "1.0.104" serde_json = "1.0.104"
snafu = "0.7" snafu = "0.7"
tempfile = "3.7.0" tempfile = "3.7.1"
thiserror = "1.0.44" thiserror = "1.0.44"
tikv-jemalloc-ctl = { version = "0.5.4", optional = true } 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"] } tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }

View File

@ -73,7 +73,7 @@ mutable_batch_lp = { path = "../mutable_batch_lp" }
object_store = { workspace = true } object_store = { workspace = true }
paste = "1.0.14" paste = "1.0.14"
proptest = { version = "1", default-features = false, features = ["std"] } proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = "3.7.0" tempfile = "3.7.1"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.29", features = ["macros", "time", "test-util"] } tokio = { version = "1.29", features = ["macros", "time", "test-util"] }

View File

@ -27,7 +27,7 @@ object_store = { workspace = true }
observability_deps = { version = "0.1.0", path = "../observability_deps" } observability_deps = { version = "0.1.0", path = "../observability_deps" }
parquet_file = { version = "0.1.0", path = "../parquet_file" } parquet_file = { version = "0.1.0", path = "../parquet_file" }
prost = { version = "0.11.9", default-features = false, features = ["std"] } 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"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = "0.7.8" tokio-util = "0.7.8"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies] # In alphabetical order [dependencies] # In alphabetical order
dotenvy = "0.15.7" dotenvy = "0.15.7"
parking_lot = "0.12" parking_lot = "0.12"
tempfile = "3.7.0" tempfile = "3.7.1"
tracing-log = "0.1" tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
observability_deps = { path = "../observability_deps" } observability_deps = { path = "../observability_deps" }

View File

@ -32,7 +32,7 @@ regex = "1.9"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
snafu = "0.7" snafu = "0.7"
sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] } 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"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = "0.7" tokio-util = "0.7"

View File

@ -22,7 +22,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" }
sysinfo = "0.29.7" sysinfo = "0.29.7"
[dev-dependencies] [dev-dependencies]
tempfile = "3.7.0" tempfile = "3.7.1"
# Need the multi-threaded executor for testing # Need the multi-threaded executor for testing
tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "time"] } tokio = { version = "1.29", features = ["macros", "parking_lot", "rt-multi-thread", "time"] }
test_helpers = { path = "../test_helpers", features = ["future_timeout"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }