Skip to content

Commit

Permalink
chore(deps): bump lalrpop-util from 0.20.2 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [lalrpop-util](https://github.com/lalrpop/lalrpop) from 0.20.2 to 0.22.0.
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.20.2...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>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent b100954 commit 8c6a88f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions mecomp-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ hashbrown = { version = "0.15" }
indexmap = { version = "2", features = ["serde"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lalrpop-util = { version = "0.20", features = ["lexer"] }
lalrpop-util = { version = "0.22", features = ["lexer"] }
linfa-linalg = { version = "0.1" }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
matrixmultiply = { version = "0.3", features = ["cgemm"] }
Expand Down Expand Up @@ -160,7 +160,7 @@ hashbrown = { version = "0.15" }
indexmap = { version = "2", features = ["serde"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lalrpop-util = { version = "0.20", features = ["lexer"] }
lalrpop-util = { version = "0.22", features = ["lexer"] }
linfa-linalg = { version = "0.1" }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
matrixmultiply = { version = "0.3", features = ["cgemm"] }
Expand Down

0 comments on commit 8c6a88f

Please sign in to comment.