Upgrade bumpalo to 3.2

This commit is contained in:
Richard Feldman 2020-03-07 11:20:35 -05:00
parent ea8b090ee0
commit 0f79a3311d
11 changed files with 13 additions and 13 deletions

View file

@ -23,4 +23,4 @@ maplit = "1.0.1"
indoc = "0.3.3"
quickcheck = "0.8"
quickcheck_macros = "0.8"
bumpalo = "2.6"
bumpalo = { version = "3.2", features = ["collections"] }