Merge pull request #3971 from roc-lang/dependabot/cargo/bumpalo-3.11.0

Bump bumpalo from 3.10.0 to 3.11.0
This commit is contained in:
Folkert de Vries 2022-09-13 21:00:00 +02:00 committed by GitHub
commit 3ee3f23836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 35 additions and 35 deletions

View file

@ -20,7 +20,7 @@ roc_target = { path = "../compiler/roc_target" }
roc_collections = { path = "../compiler/collections" }
roc_highlight = { path = "../highlight"}
roc_reporting = { path = "../reporting"}
bumpalo = { version = "3.8.0", features = ["collections"] }
bumpalo = { version = "3.11.0", features = ["collections"] }
snafu = { version = "0.7.1", features = ["backtraces"] }
peg = "0.8.0"