Bump bumpalo from 3.10.0 to 3.11.0

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 21:08:56 +00:00 committed by GitHub
parent f85f1b84a2
commit 0079048944
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_solve_problem = { path = "../solve_problem" }
roc_unify = { path = "../unify" }
roc_debug_flags = { path = "../debug_flags" }
arrayvec = "0.7.2"
bumpalo = { version = "3.8.0", features = ["collections"] }
bumpalo = { version = "3.11.0", features = ["collections"] }
[dev-dependencies]
roc_load = { path = "../load" }
@ -34,7 +34,7 @@ roc_derive = { path = "../derive", features = ["debug-derived-symbols"] }
pretty_assertions = "1.3.0"
indoc = "1.0.7"
tempfile = "3.2.0"
bumpalo = { version = "3.8.0", features = ["collections"] }
bumpalo = { version = "3.11.0", features = ["collections"] }
regex = "1.5.5"
lazy_static = "1.4.0"
insta = "1.19.0"