From 0d08ac16d864fdb3b2dc25e5e6aadbef58bca67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:09:45 -0800 Subject: [PATCH] Bump thiserror from 2.0.7 to 2.0.9 (#722) --- Cargo.lock | 12 ++++++------ typify-impl/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c196907..d0033e52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,11 +1055,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.9", ] [[package]] @@ -1075,9 +1075,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", @@ -1236,7 +1236,7 @@ dependencies = [ "serde", "serde_json", "syn", - "thiserror 2.0.7", + "thiserror 2.0.9", "unicode-ident", "uuid", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 292f72ad..9b7b7b95 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -18,7 +18,7 @@ semver = "1.0.24" serde = "1.0.216" serde_json = "1.0.134" syn = { version = "2.0.90", features = ["full"] } -thiserror = "2.0.7" +thiserror = "2.0.9" unicode-ident = "1.0.14"