From aba9f03dd0b1db7be0e31acd71c5ac9fbc90dd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 05:47:56 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.9 to 2.0.10 (#273) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.10) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4b1f63..4fcfc39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ "serde_regex", "sscanf", "tera", - "thiserror 2.0.9", + "thiserror 2.0.10", "toml", "tracing", "tracing-subscriber", @@ -1507,11 +1507,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.10", ] [[package]] @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 11f8652..e8446cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ cairo-rs = { version = "0.20.7", default-features = false, features = [ ] } pangocairo = "0.20.7" pango = "0.20.7" -thiserror = "2.0.9" +thiserror = "2.0.10" serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19" sscanf = "0.4.2"