Skip to content

Commit

Permalink
chore(deps): bump lalrpop-util from 0.21.0 to 0.22.0 (#1062)
Browse files Browse the repository at this point in the history
Bumps [lalrpop-util](https://github.com/lalrpop/lalrpop) from 0.21.0 to 0.22.0.
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.21.0...0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent f86154a commit 3295458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ indexmap = { version = "2", default-features = false, features = ["std"], option
influxdb-line-protocol = { version = "2.0.0", optional = true }
indoc = {version = "2", optional = true }
itertools = { version = "0.13", default-features = false, features=["use_std"], optional = true }
lalrpop-util = { version = "0.21", optional = true }
lalrpop-util = { version = "0.22", optional = true }
mlua = { version = "0.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
nom = { version = "7", default-features = false, features = ["std"], optional = true }
once_cell = { version = "1", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit 3295458

Please sign in to comment.