Bump structstruck from 0.4.1 to 0.5.0

Bumps [structstruck](https://github.com/jcaesar/structstruck) from 0.4.1 to 0.5.0.
- [Commits](https://github.com/jcaesar/structstruck/commits)

---
updated-dependencies:
- dependency-name: structstruck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-24 14:23:18 +00:00 committed by GitHub
parent 1fe2548278
commit 6821e5f9d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 11 deletions

13
Cargo.lock generated
View File

@ -827,12 +827,6 @@ version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
version = "0.5.0"
@ -2425,7 +2419,7 @@ version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917"
dependencies = [
"heck 0.5.0",
"heck",
"proc-macro2",
"quote",
"syn 2.0.95",
@ -2461,11 +2455,10 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "structstruck"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a052ec87a2d9bdd3a35f85ec6a07a5ac0816e4190b1cbede9d67cccb47ea66d"
checksum = "81a47c66dfe6124807cc19e95589ec63d063613eae0e9bc519dc19b5a65d5d2a"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"venial",

View File

@ -22,7 +22,7 @@ rand = "0.8.5"
serde = { version = "1.0.219", features = ["serde_derive"] }
serde_json = "1.0.140"
roux = "2.2.13"
structstruck = "0.4.1"
structstruck = "0.5.0"
reqwest = { version = "0.12.15", features = ["json"] }
octocrab = "0.43.0"
tempfile = "3.19.0"