From 21cd27c221614e1f64cfbaab98b803d938bdef4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 06:09:23 +0000 Subject: [PATCH] Bump struct-patch from 0.8.7 to 0.9.4 Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.8.7 to 0.9.4. - [Release notes](https://github.com/yanganto/struct-patch/releases) - [Commits](https://github.com/yanganto/struct-patch/compare/v0.8.7...v0.9.4) --- updated-dependencies: - dependency-name: struct-patch dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f15e14f983..197bc49e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3320,18 +3320,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "struct-patch" -version = "0.8.7" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde1b55ce4b9efe4b5c302dea2d0f1297a522963024e160a587a2670c24f3f04" +checksum = "157c4161ecd2bdb6fac38c4c627b5b3adc62a0ad53d0ba8b984f1df9631ebef0" dependencies = [ "struct-patch-derive", ] [[package]] name = "struct-patch-derive" -version = "0.8.7" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac94fea04bf721f57ed7f421e64d3a04858e15708d00e8aa814cad7507427503" +checksum = "403a2a4b4fae123baa030e9a13f1d366647164fa6222a92c49730d10e8df1b93" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 75bb1cd9c6..67424121c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" shellexpand = "3.1" simplelog = { version = "0.12", default-features = false } -struct-patch = "0.8" +struct-patch = "0.9" syntect = { version = "5.2", default-features = false, features = [ "parsing", "default-syntaxes",