Skip to content

Commit

Permalink
Merge pull request #37 from mrtryhard/dependabot/cargo/clap-4.5.4
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.4
  • Loading branch information
mrtryhard authored Apr 22, 2024
2 parents b01f88a + bc8a71a commit 5aa496b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Small command line utility to manipulate Qt's translation files w
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
serde = { version = "1.0.198", features = ["derive"] }
itertools = "0.12.1"
Expand Down

0 comments on commit 5aa496b

Please sign in to comment.