Skip to content

Commit

Permalink
Bump clap from 4.5.9 to 4.5.10 (#470)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10.
- [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.9...v4.5.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2024
1 parent e023d72 commit cd3d19b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.10", features = ["cargo", "derive", "env", "unicode"], optional = true }
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
data-encoding = "^2.3.2"
dirs = { version = "^5.0.1", 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.9", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
clap = { version = "4.5.10", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
data-encoding = "^2.6.0"
format_serde_error = "^0.3.0"
futures-util = "^0.3.30"
Expand Down

0 comments on commit cd3d19b

Please sign in to comment.