Enable cargo audit for all Cargo.lock (#9751)

* Enable cargo audit for all Cargo.lock

* Update http from 0.1.19 to 0.1.21

* Update bumpalo from 3.2.0 to 3.2.1
This commit is contained in:
Ryo Onodera
2020-04-28 17:43:47 +09:00
committed by GitHub
parent ef7196cec2
commit 3d8fc8a4a8
3 changed files with 8 additions and 8 deletions

View File

@@ -210,9 +210,9 @@ checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bumpalo"
version = "3.2.0"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
[[package]]
name = "bv"