Skip to content

Commit

Permalink
Merge pull request #37 from cosmiccrew/dependabot/cargo/clap-4.5.4
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.5.3 to 4.5.4
  • Loading branch information
Sycrosity authored May 9, 2024
2 parents 7e8ad7d + 3a26087 commit e2e1ccc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -37,7 +37,7 @@ log = "0.4.21"
#pseudo random number generation
rand = "0.8.5"
#cli parsing for startup asset config's
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }


[features]
Expand Down
2 changes: 1 addition & 1 deletion tools/sprite_sheet_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
image = "0.24.6"
indexmap = "2.0.0"
ron = "0.8.0"
Expand Down

0 comments on commit e2e1ccc

Please sign in to comment.