Skip to content

Commit

Permalink
build(deps): update bon requirement from 2.3.0 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [bon](https://github.com/elastio/bon) to permit the latest version.
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v2.3.0...v3.0.1)

---
updated-dependencies:
- dependency-name: bon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 932393e commit e559b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["pyo3/extension-module"]
[dependencies]
anyhow = "1.0.64"
bitvec = "1.0.1"
bon = "2.3.0"
bon = "3.0.1"
chrono = "0.4.22"
clap = { version = "4.0.18", features = ["derive"] }
clap_complete = "4.0.3"
Expand Down

0 comments on commit e559b04

Please sign in to comment.