Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 79312b6 commit 5fbd529
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 76 deletions.
130 changes: 60 additions & 70 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ readme.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
notalawyer-build = "0.2"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.4.11", features = ["derive"] }
tlmcmddb.workspace = true
tlmcmddb-csv.workspace = true
tlmcmddb = "2.5"
tlmcmddb-csv = "2.5"
serde_json = "1"
notalawyer-clap = "0.2"

0 comments on commit 5fbd529

Please sign in to comment.