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

Bump num from 0.4.0 to 0.4.1

Bumps [num](https://github.com/rust-num/num) from 0.4.0 to 0.4.1.
- [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num/compare/num-0.4.0...num-0.4.1)

---
updated-dependencies:
- dependency-name: num
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-12 04:59:48 +00:00 committed by GitHub
parent aa1a47a76f
commit f131a1bfcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -182,9 +182,9 @@ dependencies = [
[[package]]
name = "num"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
dependencies = [
"num-complex",
"num-integer",

View File

@ -45,7 +45,7 @@ bitflags = "2.3.3"
log = "0.4.19"
[dependencies.num]
version = "0.4.0"
version = "0.4.1"
# no_std support
default-features = false