cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [tempfile](https://github.com/Stebalien/tempfile).


Updates `tempfile` from 3.9.0 to 3.10.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-06 16:02:17 +00:00 committed by github-actions[bot]
parent 64c6377ff7
commit 7ea05a69d5
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -2710,13 +2710,12 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.9.0"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys 0.52.0",
]

View file

@ -84,7 +84,7 @@ smallvec = { version = "1.13.0", features = [
"union",
] }
strsim = "0.10.0"
tempfile = "3.9.0"
tempfile = "3.10.0"
test-case = "3.3.1"
textwrap = "0.16.0"
thiserror = "1.0.56"