Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 4 updates in the / directory: [logos](https://github.com/maciejhirsz/logos), [indexmap](https://github.com/indexmap-rs/indexmap), [miette](https://github.com/zkat/miette) and [clap](https://github.com/clap-rs/clap).


Updates `logos` from 0.14.2 to 0.14.3
- [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.14.3)

Updates `indexmap` from 2.6.0 to 2.7.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.7.0)

Updates `miette` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.2.0...miette-derive-v7.4.0)

Updates `clap` from 4.5.20 to 4.5.21
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.20...clap_complete-v4.5.21)

---
updated-dependencies:
- dependency-name: logos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 08c5803 commit 5f1bae0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 106 deletions.
147 changes: 45 additions & 102 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.0"
edition = "2021"

[dependencies]
logos = "0.14.2"
logos = "0.14.3"
lalrpop-util = "0.22.0"
indexmap = "2.6.0"
indexmap = "2.7.0"
rand = "0.8.5"
typed-builder = "0.20.0"
regex-syntax = "0.8.5"
thiserror = "2.0.3"
miette = { version = "7.2.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }
petgraph = "0.6.5"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }

[[bin]]
name = "bnfgen"
Expand Down

0 comments on commit 5f1bae0

Please sign in to comment.