Skip to content

Commit

Permalink
Merge pull request #20 from tweedegolf/dependabot/cargo/clap-4.5.14
Browse files Browse the repository at this point in the history
Bump clap from 4.5.7 to 4.5.14
  • Loading branch information
tdittr authored Aug 9, 2024
2 parents ef74369 + 10a6493 commit 4a9dd63
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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0 OR MIT"
[dependencies]
anyhow = "1.0.86"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.14", features = ["derive"] }
csv = "1.3.0"
db-dump = "0.7.4"
schemars = { version = "1.0.0-alpha.2", features = ["chrono04", "semver1", "url2"] }
Expand Down

0 comments on commit 4a9dd63

Please sign in to comment.