chore(deps): update num_enum requirement from 0.6.1 to 0.7.2

Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version.
- [Commits](https://github.com/illicitonion/num_enum/compare/0.6.1...0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-03 10:24:10 +00:00 committed by GitHub
parent 58ac18ca24
commit 6f2887831d
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ crc32fast = "1.4.0"
displaydoc = { version = "0.2.4", default-features = false }
flate2 = { version = "1.0.28", default-features = false, optional = true }
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
num_enum = "0.6.1"
num_enum = "0.7.2"
pbkdf2 = { version = "0.12.2", optional = true }
sha1 = { version = "0.10.6", optional = true }
thiserror = "1.0.48"