Skip to content

Commit 091a284

Browse files
Bump clap from 4.0.32 to 4.1.1 (#8)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.32 to 4.1.1. - [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.0.32...v4.1.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d310658 commit 091a284

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
chirpstack_api = { version = "4.1.1", default-features = false }
1313
serde_json = "1.0"
1414
zmq = "0.10"
15-
clap = { version = "4.0", default-features = false, features = ["std", "help", "usage", "derive"] }
15+
clap = { version = "4.1", default-features = false, features = ["std", "help", "usage", "derive"] }
1616
hex = "0.4"
1717
toml = "0.5"
1818
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)