fix(deps): update rust crate tempfile to 3.8.0
This commit is contained in:
parent
c8e4f4b66d
commit
6b7f915c12
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2137,9 +2137,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",
|
||||
|
@ -35,7 +35,7 @@ libz-sys = { version = "1.1.12", default-features = false, features = [
|
||||
"static",
|
||||
] }
|
||||
inquire = { version = "0.6.2", features = ["console"] }
|
||||
tempfile = { version = "3.7.1" }
|
||||
tempfile = { version = "3.8.0" }
|
||||
serde_json = "1.0.105"
|
||||
rlua = "0.19.7"
|
||||
rlua-searcher = "0.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user