Skip to content

Commit

Permalink
Bump the rust-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 1 update in the / directory: [logos](https://github.com/maciejhirsz/logos).


Updates `logos` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.2...v0.15)

Updates `logos-codegen` from 0.14.3 to 0.15.0
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.3...v0.15)

Updates `logos-derive` from 0.14.3 to 0.15.0
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.3...v0.15)

---
updated-dependencies:
- dependency-name: logos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: logos-codegen
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: logos-derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 35e953f commit f17be35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 cedar-policy-formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true
[dependencies]
cedar-policy-core = { version = "=4.3.0", path = "../cedar-policy-core" }
pretty = "0.12.1"
logos = "0.14.2"
logos = "0.15.0"
itertools = "0.13"
smol_str = { version = "0.3", features = ["serde"] }
regex = { version= "1.9.1", features = ["unicode"] }
Expand Down

0 comments on commit f17be35

Please sign in to comment.