mirror of
https://github.com/mre/mos6502.git
synced 2024-11-24 11:31:00 +00:00
Bump bitflags from 2.3.2 to 2.3.3 (#82)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.3.2...2.3.3) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e88c971625
commit
65817524a2
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -16,9 +16,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "2.3.2"
|
||||
version = "2.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
|
||||
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
||||
|
||||
[[package]]
|
||||
name = "bytecount"
|
||||
@ -174,7 +174,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
||||
name = "mos6502"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"bitflags 2.3.2",
|
||||
"bitflags 2.3.3",
|
||||
"log",
|
||||
"num",
|
||||
"skeptic",
|
||||
|
@ -41,7 +41,7 @@ edition = "2021"
|
||||
name = "mos6502"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.3.2"
|
||||
bitflags = "2.3.3"
|
||||
log = "0.4.19"
|
||||
|
||||
[dependencies.num]
|
||||
|
Loading…
Reference in New Issue
Block a user