Skip to content

Commit

Permalink
editoast: bump clap from 4.5.19 to 4.5.20 in /editoast
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20.
- [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.19...clap_complete-v4.5.20)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and woshilapin committed Oct 19, 2024
1 parent c53e268 commit fdecde7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions editoast/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 editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ axum-extra = { version = "0.9.4", default-features = false, features = [
axum-test = { version = "15.3.1", default-features = false }
axum-tracing-opentelemetry = { version = "0.19.0", default-features = false }
chrono.workspace = true
clap = { version = "4.5.19", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
colored = "2.1.0"
dashmap = "6.1.0"
deadpool = { version = "0.12.1", features = [
Expand Down

0 comments on commit fdecde7

Please sign in to comment.