chore(deps): Bump tempfile from 3.7.1 to 3.8.0 (#8527)

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

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

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-21 08:52:19 +00:00 committed by GitHub
parent 4d0e55fe45
commit 158e2a108d
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

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

View File

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

View File

@ -69,7 +69,7 @@ rustyline = { version = "12.0", default-features = false, features = ["with-file
serde = "1.0.183"
serde_json = "1.0.105"
snafu = "0.7"
tempfile = "3.7.1"
tempfile = "3.8.0"
thiserror = "1.0.47"
tikv-jemalloc-ctl = { version = "0.5.4", optional = true }
tokio = { version = "1.32", 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 }
paste = "1.0.14"
proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = "3.7.1"
tempfile = "3.8.0"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.32", features = ["macros", "time", "test-util"] }

View File

@ -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.1" }
tempfile = { version = "3.8.0" }
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = "0.7.8"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies] # In alphabetical order
dotenvy = "0.15.7"
parking_lot = "0.12"
tempfile = "3.7.1"
tempfile = "3.8.0"
tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
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"] }
snafu = "0.7"
sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] }
tempfile = "3.7.1"
tempfile = "3.8.0"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = "0.7"

View File

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