Merge pull request #71 from rust-vmm/dependabot/cargo/libc-0.2.111

build(deps): bump libc from 0.2.109 to 0.2.111
This commit is contained in:
Viresh Kumar 2021-12-13 14:55:08 +05:30 committed by GitHub
commit 95503ad213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -112,9 +112,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.109"
version = "0.2.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
checksum = "8e167738f1866a7ec625567bae89ca0d44477232a4f7c52b1c7f2adc2c98804f"
[[package]]
name = "linked-hash-map"