Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 08939b9

Browse files
chore(deps): bump clap from 4.4.11 to 4.5.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.5.4. - [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.11...v4.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71d6641 commit 08939b9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

+14-14
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
@@ -15,7 +15,7 @@ categories = ["accessibility", "web-programming", "command-line" ]
1515
[dependencies]
1616
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"] }
1717
spinoff = { version = "0.8.0", features = ["dots", "arc", "line"] }
18-
clap = { version = "4.4.11", features = ["string", "derive"] }
18+
clap = { version = "4.5.4", features = ["string", "derive"] }
1919
serde = { version = "1.0.197", features = ["derive"] }
2020
tokio = { version = "1.35.1", features = ["full"] }
2121
async-recursion = "1.0.5"

0 commit comments

Comments
 (0)