Skip to content

Commit 0a31aa2

Browse files
committedAug 10, 2022
Update cargo
1 parent 34a6cae commit 0a31aa2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎Cargo.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ dependencies = [
465465
"termcolor",
466466
"toml_edit",
467467
"url 2.2.2",
468+
"winapi",
468469
]
469470

470471
[[package]]
@@ -2655,9 +2656,9 @@ checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
26552656

26562657
[[package]]
26572658
name = "os_info"
2658-
version = "3.4.0"
2659+
version = "3.5.0"
26592660
source = "registry+https://github.com/rust-lang/crates.io-index"
2660-
checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62"
2661+
checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
26612662
dependencies = [
26622663
"log",
26632664
"serde",

‎src/tools/cargo

Submodule cargo updated 41 files

0 commit comments

Comments
 (0)
Please sign in to comment.