mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
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:
commit
3ee3f23836
31 changed files with 35 additions and 35 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue