Skip to content

Commit

Permalink
Bump clap from 4.3.10 to 4.4.6
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.10...v4.4.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 68abd80 commit b4cef4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
36 changes: 11 additions & 25 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 model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0"
async-std = "1.12"
async-trait = "0.1"
base64 = "0.21"
clap = { version = "4.3", features = ["derive", "env"] }
clap = { version = "4.4", features = ["derive", "env"] }
copy_dir = "0.1"
derive_more = "0.99"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Jeb Bearer <[email protected]>"]
[dependencies]
async-graphql-tide = "5.0"
async-std = "1.12"
clap = { version = "4.3", features = ["derive", "env"] }
clap = { version = "4.4", features = ["derive", "env"] }
model = { path = "../model" }
relational-graphql = { git = "https://github.com/jbearer/relational-graphql.git" }
tide = "0.16"
Expand Down

0 comments on commit b4cef4f

Please sign in to comment.