Skip to content

Commit

Permalink
Bump minifb from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.24.0 to 0.25.0.
- [Changelog](https://github.com/emoon/rust_minifb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emoon/rust_minifb/commits)

---
updated-dependencies:
- dependency-name: minifb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent d8c3803 commit d25a8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -8,6 +8,6 @@ readme = "README.md"
edition = "2021"

[dependencies]
minifb = "0.24"
minifb = "0.25"
rand = "0.8.5"
clap = { version = "3.2.2", features = ["derive"] }

0 comments on commit d25a8c7

Please sign in to comment.