Merge pull request #56 from shibedrill/dependabot/cargo/tempfile-3.20.0
Bump tempfile from 3.19.1 to 3.20.0
This commit is contained in:
commit
5a36ebcf41
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2613,9 +2613,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.19.1"
|
||||
version = "3.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
||||
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"getrandom 0.3.2",
|
||||
|
@ -25,7 +25,7 @@ roux = "2.2.13"
|
||||
structstruck = "0.5.0"
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
octocrab = "0.44.1"
|
||||
tempfile = "3.19.1"
|
||||
tempfile = "3.20.0"
|
||||
self-replace = "1.5.0"
|
||||
zip = "4.2.0"
|
||||
nix = { version = "0.30.1", features = ["process"] }
|
||||
|
Loading…
Reference in New Issue
Block a user