Skip to content

Commit

Permalink
Bump clap from 4.5.20 to 4.5.23
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.23.
- [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.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 65ad3fe commit affe056
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
clap = { version = "4.5.20", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
flatbuffers = "24.3.25"
futures = "0.3.31"
pty-process = { version = "0.4.0", features = ["async"] }
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version.workspace = true
askama = "0.12.1"
askama_axum = "0.4.0"
axum = { version = "0.7.7", features = ["macros", "ws", "http2"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
flatbuffers = "24.3.25"
futures = "0.3.31"
hyper = { version = "1.5.0", features = ["full"] }
Expand Down

0 comments on commit affe056

Please sign in to comment.