From 35fa0ce8d26a3b3085ddb4cc8f98086a62ca5c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:32:15 +0100 Subject: [PATCH] Bump struct-patch from 0.9.4 to 0.10.4 (#2759) Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.9.4 to 0.10.4. - [Commits](https://github.com/yanganto/struct-patch/compare/v0.9.4...v0.10.4) --- updated-dependencies: - dependency-name: struct-patch dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58293214..82d19ded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3602,18 +3602,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "struct-patch" -version = "0.9.4" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157c4161ecd2bdb6fac38c4c627b5b3adc62a0ad53d0ba8b984f1df9631ebef0" +checksum = "9e986d2cf6e819bd843319120453d837dfdfa31497c3fee4cefa614b2d182d8c" dependencies = [ "struct-patch-derive", ] [[package]] name = "struct-patch-derive" -version = "0.9.4" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403a2a4b4fae123baa030e9a13f1d366647164fa6222a92c49730d10e8df1b93" +checksum = "68c6387c1c7b53060605101b63d93edca618c6cf7ce61839f2ec2a527419fdb5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2185519e..fd835f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" shellexpand = "3.1" simplelog = { version = "0.12", default-features = false } -struct-patch = "0.9" +struct-patch = "0.10" syntect = { version = "5.3", default-features = false, features = [ "parsing", "default-syntaxes",