From cf4e354caa7c3442081d29009956c09bd112ca3e Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:00:49 +0000 Subject: [PATCH] Merge pull request #83 from w4/dependabot/cargo/yoke-0.7.5 --- Cargo.lock | 8 +++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9322f4d..27d6dc2 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -3559,9 +3559,9 @@ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -3571,9 +3571,9 @@ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e947577..29344b5 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -84,7 +84,7 @@ uuid = { version = "1.11", features = ["v4"] } v_htmlescape = { version = "0.15", features = ["bytes-buf"] } xxhash-rust = { version = "0.8.12", features = ["const_xxh3"] } -yoke = { version = "0.7.1", features = ["derive"] } +yoke = { version = "0.7.5", features = ["derive"] } [features] zlib-ng = ["flate2/zlib-ng", "gix/zlib-ng"] -- rgit 0.1.3