Skip to content

Commit

Permalink
Merge pull request #95 from ssoudan/dependabot/cargo/clap-4.5.9
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.5.8 to 4.5.9
  • Loading branch information
ssoudan authored Jul 9, 2024
2 parents f8e5c0f + a95ab95 commit fa1cdf9
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.8", features = ["improved_unicode"] }
tokenizers = { version = "*" }
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
tensorboard-rs = "0.5.9"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
itertools = "0.13.0"
Expand Down

0 comments on commit fa1cdf9

Please sign in to comment.