diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-15 02:39:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 02:39:57 +0000 |
commit | 80ea78f417ceb51908da2831ae7244371dea2614 (patch) | |
tree | 3a5f5c93e3efd0c2f79615ed8d1ace31181a4cb1 | |
parent | 63a91fd281be03ae33b049af0f9e143bc496ad54 (diff) |
Bump struct-patch from 0.4.1 to 0.8.1dependabot/cargo/struct-patch-0.8.1
Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.4.1 to 0.8.1.
- [Release notes](https://github.com/yanganto/struct-patch/releases)
- [Commits](https://github.com/yanganto/struct-patch/compare/v0.4.1...v0.8.1)
---
updated-dependencies:
- dependency-name: struct-patch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2941,18 +2941,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "struct-patch" -version = "0.4.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c52ef523e89b3172242bbabefd8a92493ae5571224c29ed2f00185c39b395c2" +checksum = "f1e98d0cc16f6f6040cde8c6acb5442de4bb29971106c0ed2da6cd60ba2f14ba" dependencies = [ "struct-patch-derive", ] [[package]] name = "struct-patch-derive" -version = "0.4.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14a349c27ebe59faba22f933c9c734d428da7231e88a247e9d8c61eea964ddb" +checksum = "e01fe8a5fa1133df261bb1b1bcb0f7e0f90985219c79477b5e6234abca2266cb" dependencies = [ "proc-macro2", "quote", @@ -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.8" syntect = { version = "5.2", default-features = false, features = [ "parsing", "default-syntaxes", |