mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Bump struct-patch from 0.8.7 to 0.9.0 (#2583)
Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.8.7 to 0.9.0. - [Release notes](https://github.com/yanganto/struct-patch/releases) - [Commits](https://github.com/yanganto/struct-patch/compare/v0.8.7...v0.9.0) --- updated-dependencies: - dependency-name: struct-patch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a884d1388
commit
369ea6a140
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -3320,18 +3320,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||
|
||||
[[package]]
|
||||
name = "struct-patch"
|
||||
version = "0.8.7"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cde1b55ce4b9efe4b5c302dea2d0f1297a522963024e160a587a2670c24f3f04"
|
||||
checksum = "198180af96bd27ff18f84da0d689ff51e24dde06e9d95badb0d2c01bb915ffd0"
|
||||
dependencies = [
|
||||
"struct-patch-derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "struct-patch-derive"
|
||||
version = "0.8.7"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac94fea04bf721f57ed7f421e64d3a04858e15708d00e8aa814cad7507427503"
|
||||
checksum = "81c0fa19d1fb0c92c763f74904b40b10b4d0740b80e3b0c6bfe52fcbcab2f24c"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue