Merge pull request #626 from vbrandl/dependabot/cargo/tempfile-3.6.0
Bump tempfile from 3.5.0 to 3.6.0
This commit is contained in:
commit
59ce8e2b57
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
|
- Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
|
||||||
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
|
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
|
||||||
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
||||||
|
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)
|
||||||
|
|
||||||
|
|
||||||
## [0.35.0] 2023-05-04
|
## [0.35.0] 2023-05-04
|
||||||
|
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -2509,15 +2509,16 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.5.0"
|
version = "3.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"autocfg",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"redox_syscall 0.3.5",
|
"redox_syscall 0.3.5",
|
||||||
"rustix",
|
"rustix",
|
||||||
"windows-sys 0.45.0",
|
"windows-sys 0.48.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -44,5 +44,5 @@ vergen = { version = "8.2.1", default-features = false, features = ["git", "gito
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
awc = "3.1.1"
|
awc = "3.1.1"
|
||||||
ructe = "0.16.1"
|
ructe = "0.16.1"
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.6.0"
|
||||||
tokio = "1.28.2"
|
tokio = "1.28.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user