Skip to content

Commit

Permalink
Bump clap from 4.5.22 to 4.5.23 (#636)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.22 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.22...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent d2dfd0d commit 5940192
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 kittycad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "^0.1.53", optional = true }
base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.2.4", features = ["cargo", "derive", "env", "unicode"], optional = true }
clap = { version = "4.5.23", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
dirs = { version = "^5.0.1", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion openapitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "An OpenAPI client generator."
Inflector = "^0.11.4"
anyhow = { version = "1", features = ["backtrace"] }
chrono = { version = "0.4", features = ["serde", "std"], default-features = false }
clap = { version = "4.5.20", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
clap = { version = "4.5.23", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
data-encoding = "^2.6.0"
format_serde_error = "^0.3.0"
futures-util = "^0.3.31"
Expand Down

0 comments on commit 5940192

Please sign in to comment.