build(deps): update num_enum requirement from 0.5 to 0.6

Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/570/head
dependabot[bot] 1 year ago committed by GitHub
parent 04f4841ede
commit b10a31183b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ userspace = [ "aya" ]
[dependencies] [dependencies]
aya = { path = "../aya", version = "0.11.0", optional=true } aya = { path = "../aya", version = "0.11.0", optional=true }
num_enum = { version = "0.5", default-features = false } num_enum = { version = "0.6", default-features = false }
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

Loading…
Cancel
Save