Skip to content

Commit

Permalink
Merge pull request #12 from arkedge/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.3.8
  • Loading branch information
KOBA789 authored Jun 26, 2023
2 parents 6d759e4 + 0d94c71 commit 6f674c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/arkedge/c2a-tlmcmddb"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.3.4", features = ["derive"] }
clap = { version = "4.3.8", features = ["derive"] }
tlmcmddb = "0.2.0"
tlmcmddb-csv = "0.2.0"
serde_json = "1"

0 comments on commit 6f674c5

Please sign in to comment.