Skip to content

Commit 27c57cf

Browse files
Bump clap from 3.0.1 to 3.0.4
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.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@clap_complete-v3.0.1...v3.0.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94bcde6 commit 27c57cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serialport = { version = "4.0.1", default-features = false }
3131
directories = "4"
3232
anyhow = { version = "1", features = ["backtrace"] }
3333
serde_yaml = "0.8.23"
34-
clap = { version = "3.0.1", features = ["derive"] }
34+
clap = { version = "3.0.4", features = ["derive"] }
3535
indexmap = { version = "1.6.2", features = ["serde"] }
3636
serde_json = { version = "1" }
3737
crossbeam = "0.8"

0 commit comments

Comments
 (0)