Skip to content

Commit

Permalink
Bump lalrpop-util from 0.19.12 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [lalrpop-util](https://github.com/lalrpop/lalrpop) from 0.19.12 to 0.20.0.
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.19.12...0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent e86579c commit 7ac3fa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ indexmap = { version = "2.0.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lalrpop-util = { version = "0.20.0" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -148,7 +148,7 @@ indexmap = { version = "2.0.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lalrpop-util = { version = "0.20.0" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 7ac3fa9

Please sign in to comment.