diff --git a/Cargo.lock b/Cargo.lock index f31dcaa..e3f255d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 47e3745..1043e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"