From 8feb652625a25cf24197a188cc0390f52b5351ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:07:27 +0100 Subject: [PATCH] chore(deps,cargo): bump the cargo group with 3 updates (#273) Bumps the cargo group with 3 updates: [serde_json](https://github.com/serde-rs/json), [thiserror](https://github.com/dtolnay/thiserror) and [syn](https://github.com/dtolnay/syn). Updates `serde_json` from 1.0.133 to 1.0.134 Updates `thiserror` from 2.0.8 to 2.0.9 Updates `syn` from 2.0.90 to 2.0.91 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 481c70f..4505ba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,9 +707,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", @@ -775,7 +775,7 @@ dependencies = [ "serde_json", "serde_yaml", "syn", - "thiserror 2.0.8", + "thiserror 2.0.9", "typify", "url", "walkdir", @@ -783,9 +783,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.90" +version = "2.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" +checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" dependencies = [ "proc-macro2", "quote", @@ -828,11 +828,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.9", ] [[package]] @@ -848,9 +848,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 46f4a6e..8a65ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,9 +42,9 @@ url = { version = "2.5.4", optional = true } regress = "0.10.1" semver = { version = "1.0.24", optional = true } serde = { version = "1.0.216", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" serde_yaml = { version = "0.9.34", optional = true } -thiserror = { version = "2.0.8", optional = true } +thiserror = { version = "2.0.9", optional = true } [build-dependencies] heck = "0.5.0" @@ -55,7 +55,7 @@ protobuf-src = { version = "2.1.0", optional = true } schemars = "0.8.21" semver = "1.0.24" serde_yaml = "0.9.34" -syn = "2.0.90" +syn = "2.0.91" typify = "0.2.0" walkdir = "2.5.0"