fix(deps): update rust crate tempfile to 3.7.1
This commit is contained in:
parent
840694967d
commit
724a364984
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2141,9 +2141,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.7.0"
|
version = "3.7.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
|
@ -35,7 +35,7 @@ libz-sys = { version = "1.1.12", default-features = false, features = [
|
|||||||
"static",
|
"static",
|
||||||
] }
|
] }
|
||||||
inquire = { version = "0.6.2", features = ["console"] }
|
inquire = { version = "0.6.2", features = ["console"] }
|
||||||
tempfile = { version = "3.7.0" }
|
tempfile = { version = "3.7.1" }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
rlua = "0.19.7"
|
rlua = "0.19.7"
|
||||||
rlua-searcher = "0.1.0"
|
rlua-searcher = "0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user