Skip to content

Commit

Permalink
Merge pull request #435 from dalance/dependabot/cargo/once_cell-1.19.0
Browse files Browse the repository at this point in the history
Bump once_cell from 1.18.0 to 1.19.0
  • Loading branch information
dalance authored Dec 12, 2023
2 parents 343ff85 + dc20a27 commit 6e433b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = ["build.rs"]
anyhow = {workspace = true}
bimap = "0.6.3"
miette = {workspace = true}
once_cell = "1.18"
once_cell = "1.19"
parol_runtime = {version = "0.20.0", features = ["auto_generation"]}
paste = "1.0"
regex = {workspace = true}
Expand Down

0 comments on commit 6e433b6

Please sign in to comment.