mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-27 20:24:52 +03:00
Merge pull request #2408 from AleoHQ/dependabot/cargo/testnet3/tempfile-3.6.0
Bump tempfile from 3.5.0 to 3.6.0
This commit is contained in:
commit
190024f939
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -3104,15 +3104,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.5.0"
|
||||
version = "3.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
||||
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cfg-if",
|
||||
"fastrand",
|
||||
"redox_syscall 0.3.5",
|
||||
"rustix",
|
||||
"windows-sys 0.45.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -65,7 +65,7 @@ features = [ "derive" ]
|
||||
version = "0.8.25"
|
||||
|
||||
[dev-dependencies.tempfile]
|
||||
version = "3.5"
|
||||
version = "3.6"
|
||||
|
||||
[features]
|
||||
default = [ ]
|
||||
|
Loading…
Reference in New Issue
Block a user