diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-02 15:09:34 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-02 15:09:34 +0000 |
commit | a02a7a9aa6250dd35f0e7d5ac7e83ee9711793e6 (patch) | |
tree | b14108a150cb79179998cd825df6d3cbfcd7822a /Cargo.lock | |
parent | cc3112de1b6ef186716558232d9565c92bfa5f22 (diff) | |
parent | 1c9e216f69cd30574f296062920eb2566016271a (diff) |
Merge #7521
7521: cargo update r=kjeremy a=kjeremy
Pulls in soundness fix from rowan.
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 29ecae98b..a8e0bf02e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -785,9 +785,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |||
785 | 785 | ||
786 | [[package]] | 786 | [[package]] |
787 | name = "libc" | 787 | name = "libc" |
788 | version = "0.2.84" | 788 | version = "0.2.85" |
789 | source = "registry+https://github.com/rust-lang/crates.io-index" | 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
790 | checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff" | 790 | checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3" |
791 | 791 | ||
792 | [[package]] | 792 | [[package]] |
793 | name = "libloading" | 793 | name = "libloading" |
@@ -1313,9 +1313,9 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" | |||
1313 | 1313 | ||
1314 | [[package]] | 1314 | [[package]] |
1315 | name = "rowan" | 1315 | name = "rowan" |
1316 | version = "0.12.4" | 1316 | version = "0.12.5" |
1317 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1318 | checksum = "437240cd341f96c5a09924912a221726989c919f69ebce2e289f3adfbce36443" | 1318 | checksum = "e29b035c9f476b43074a36257464c487788a0a1b9aaf427b068dc147135eb1ab" |
1319 | dependencies = [ | 1319 | dependencies = [ |
1320 | "countme", | 1320 | "countme", |
1321 | "hashbrown", | 1321 | "hashbrown", |