Upgrade bumpalo to make cargo deny happy (#5398)

This commit is contained in:
Bastian Köcher
2020-03-25 13:17:42 +01:00
committed by GitHub
parent e85d7a4ba7
commit 601ac11e52
+2 -2
View File
@@ -472,9 +472,9 @@ dependencies = [
[[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 = "byte-slice-cast"