diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-01 04:56:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 04:56:00 +0000 |
commit | 6e55786cb94784ed55c147ca7e7742bd8368ad82 (patch) | |
tree | dea06f891b33b04ced6bb85ee939efdbf03758f4 | |
parent | a1299686bb88ea696f5a62faf275d1029ddc595a (diff) |
Bump num_enum from 0.7.2 to 0.7.3dependabot/cargo/num_enum-0.7.3
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.2 to 0.7.3.
- [Commits](https://github.com/illicitonion/num_enum/compare/0.7.2...0.7.3)
---
updated-dependencies:
- dependency-name: num_enum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | mqtt-format/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -570,18 +570,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml index 172bdc1..212bd5a 100644 --- a/mqtt-format/Cargo.toml +++ b/mqtt-format/Cargo.toml @@ -22,7 +22,7 @@ mqttv5 = ["dep:winnow"] futures = { version = "0.3.28", optional = true } nom = { version = "7.1.3", optional = true } nom-supreme = { version = "0.8.0", optional = true } -num_enum = { version = "0.7.2", default-features = false } +num_enum = { version = "0.7.3", default-features = false } paste = "1.0.14" winnow = { version = "0.6.5", optional = true, default-features = false } thiserror = { version = "1.0.40", optional = true } |