Skip to content

Commit

Permalink
Bump minifb from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/emoon/rust_minifb/releases)
- [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 Feb 28, 2023
1 parent af994ea commit aec044b
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.23"
minifb = "0.24"
rand = "0.8.5"
clap = { version = "3.1.18", features = ["derive"] }

0 comments on commit aec044b

Please sign in to comment.