Skip to content

Commit

Permalink
Merge pull request #60 from ssoudan/dependabot/cargo/clap-4.4.11
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.4.10 to 4.4.11
  • Loading branch information
ssoudan authored Dec 5, 2023
2 parents 7d5c264 + c5017a9 commit a4886ea
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
tokenizers = { version = "*" }
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
tensorboard-rs = "0.5.9"
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
itertools = "0.12.0"
Expand Down

0 comments on commit a4886ea

Please sign in to comment.