Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.16 to 4.5.20
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 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.16...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 Oct 14, 2024
1 parent 040eae9 commit 9efd82e
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 asport-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/AkinoKaede/asport"
asport = { path = "../asport", version = "0.1.0" }
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
clap = { version = "4.5.20", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] }
2 changes: 1 addition & 1 deletion asport-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ asport = { path = "../asport", version = "0.1.0" }
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
bimap = { version = "0.6.3", default-features = false, features = ["std"] }
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
clap = { version = "4.5.20", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }
crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] }
env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] }

0 comments on commit 9efd82e

Please sign in to comment.