1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-03 12:29:48 +00:00

Bump bitflags from 2.2.1 to 2.3.0

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.2.1 to 2.3.0.
- [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.2.1...2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-17 04:58:42 +00:00 committed by GitHub
parent 42eb1f8689
commit 8bf49315cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -16,9 +16,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.2.1"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
checksum = "0f6b0c9ebae276e207a3e4e989ed9f3be8b7ce8728b80629c98c21d27742e6ba"
[[package]]
name = "bytecount"
@ -177,7 +177,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
name = "mos6502"
version = "0.5.0"
dependencies = [
"bitflags 2.2.1",
"bitflags 2.3.0",
"log",
"num",
"skeptic",

View File

@ -41,7 +41,7 @@ edition = "2021"
name = "mos6502"
[dependencies]
bitflags = "2.2.1"
bitflags = "2.3.0"
log = "0.4.17"
[dependencies.num]