From 4b8bb7089f68a8c6e3cd2a9ef2a98f0ef0afc614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:27:32 +0000 Subject: [PATCH] Bump struct-patch from 0.4.1 to 0.6.0 Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/yanganto/struct-patch/releases) - [Commits](https://github.com/yanganto/struct-patch/compare/v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: struct-patch 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 a002122cdb..cc7cab0eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2941,18 +2941,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "struct-patch" -version = "0.4.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c52ef523e89b3172242bbabefd8a92493ae5571224c29ed2f00185c39b395c2" +checksum = "3a2ad4112d918f90e8e5b3765ccb0c179efa247ba8df016489dad4e5635d5278" dependencies = [ "struct-patch-derive", ] [[package]] name = "struct-patch-derive" -version = "0.4.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a349c27ebe59faba22f933c9c734d428da7231e88a247e9d8c61eea964ddb" +checksum = "b3cf8a26d807a51825e4d1e86fe8d371b0dc6beb405a8f03cde1510113ab29e8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8060abf1de..dbb0c92103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" shellexpand = "3.1" simplelog = { version = "0.12", default-features = false } -struct-patch = "0.4" +struct-patch = "0.6" syntect = { version = "5.2", default-features = false, features = [ "parsing", "default-syntaxes",