Skip to content

Commit c137136

Browse files
authored
Merge pull request #132 from sine-fdn/dependabot/cargo/clap-4.5.10
chore(deps): bump clap from 4.5.9 to 4.5.10
2 parents 0b7c27c + 5effb71 commit c137136

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
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
@@ -21,7 +21,7 @@ path = "src/main.rs"
2121
required-features = ["bin"]
2222

2323
[dependencies]
24-
clap = { version = "4.5.9", features = ["derive"], optional = true }
24+
clap = { version = "4.5.10", features = ["derive"], optional = true }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626

2727
[features]

0 commit comments

Comments
 (0)