Skip to content

Commit 7edcb69

Browse files
chore(deps): bump clap from 4.4.12 to 4.5.0 (#6)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.5.0. - [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.4.12...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d4ab8e commit 7edcb69

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

Cargo.lock

+19-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async-trait = { version = "0.1.77" }
1818
axum = { version = "0.7.4" }
1919
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
2020
chrono = { version = "0.4.31" }
21-
clap = { version = "4.4" }
21+
clap = { version = "4.5" }
2222
feed-rs = { version = "1.4" }
2323
futures-util = { version = "0.3.30" }
2424
graphql_client = { version = "0.13.0", default-features = false }

0 commit comments

Comments
 (0)