Bump struct-patch from 0.2.0 to 0.2.3

Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/yanganto/struct-patch/releases)
- [Commits](https://github.com/yanganto/struct-patch/compare/v0.2.0...v0.2.3)

---
updated-dependencies:
- dependency-name: struct-patch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 02:58:40 +00:00 committed by extrawurst
parent 6c38c65716
commit 88a3efbe06

15
Cargo.lock generated
View file

@ -1738,19 +1738,18 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "struct-patch"
version = "0.2.0"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a40c3718360af439b4119c3110bac97336af63b6da95069fca7f5c93fa41d10"
checksum = "e0c25d7271340ea5e82f6d598a02ad5fc155c11b703c808b120a8873279027b4"
dependencies = [
"struct-patch-derive",
"struct-patch-trait",
]
[[package]]
name = "struct-patch-derive"
version = "0.2.0"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f586d0641263362666059ec7dc0c037f1a9f9da1b87f660e64a74ea4c88ab583"
checksum = "dead485b43c32fccb5a6ac1e94a938adcd616d80903d92fb1b1d9d633ea0d29f"
dependencies = [
"proc-macro-error",
"proc-macro2",
@ -1758,12 +1757,6 @@ dependencies = [
"syn",
]
[[package]]
name = "struct-patch-trait"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaeaa9346335d361de71460a808a85436bb39dbaa69b82c8be2ad9d3f21ea24a"
[[package]]
name = "symbolic-common"
version = "10.2.1"