diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-01 04:23:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 04:23:17 +0000 |
commit | 8bb9cc09d29c01e122f3b8273e2400c83661e251 (patch) | |
tree | a072aab8a02a6f1e97808fba714e1a1c333596d7 | |
parent | a1299686bb88ea696f5a62faf275d1029ddc595a (diff) |
Bump yoke from 0.7.3 to 0.7.4dependabot/cargo/yoke-0.7.4
Bumps [yoke](https://github.com/unicode-org/icu4x) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)
---
updated-dependencies:
- dependency-name: yoke
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-- | Cargo.toml | 2 | ||||
-rw-r--r-- | mqtt-format/Cargo.toml | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1267,9 +1267,9 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "yoke" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" +checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" dependencies = [ "serde", "stable_deref_trait", @@ -1279,9 +1279,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" +checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" dependencies = [ "proc-macro2", "quote", @@ -33,7 +33,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "compat"] } tracing = "0.1.40" typed-builder = "0.18" winnow = "0.6.5" -yoke = "0.7.3" +yoke = "0.7.4" [dev-dependencies] static_assertions = "1.1.0" diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml index 172bdc1..5f5924f 100644 --- a/mqtt-format/Cargo.toml +++ b/mqtt-format/Cargo.toml @@ -26,7 +26,7 @@ num_enum = { version = "0.7.2", default-features = false } paste = "1.0.14" winnow = { version = "0.6.5", optional = true, default-features = false } thiserror = { version = "1.0.40", optional = true } -yoke = { version = "0.7.0", features = [ +yoke = { version = "0.7.4", features = [ "derive", ], optional = true, default-features = false } |