From 8ba6e6223d5363a7bbfae0187c4daa71a4b3ec12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:09:21 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.6 to 2.0.7 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- ad9912/Cargo.toml | 2 +- urukul/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ad1e41d2..e8c67c8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1584,18 +1584,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5141eeee9..8399c63e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ serde_with = { version = "3.11", default-features = false, features = [ ] } bitbybit = "1.3.2" arbitrary-int = { version = "1.2.7", features = ["serde"] } -thiserror = { version = "2.0.6", default-features = false } +thiserror = { version = "2.0.7", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal-compat = "0.13.0" embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [ diff --git a/ad9912/Cargo.toml b/ad9912/Cargo.toml index 83aff4905..5d9afa674 100644 --- a/ad9912/Cargo.toml +++ b/ad9912/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/quartiq/stabilizer" [dependencies] arbitrary-int = { version = "1.2.7", features = ["serde"] } -thiserror = { version = "2.0.6", default-features = false } +thiserror = { version = "2.0.7", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal = { version = "1.0" } bitbybit = "1.3.2" diff --git a/urukul/Cargo.toml b/urukul/Cargo.toml index f6cfe0189..419b3c63e 100644 --- a/urukul/Cargo.toml +++ b/urukul/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/quartiq/stabilizer" [dependencies] encoded_pin = { version = "0.1", path = "../encoded_pin" } arbitrary-int = { version = "1.2.7", features = ["serde"] } -thiserror = { version = "2.0.6", default-features = false } +thiserror = { version = "2.0.7", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal = { version = "1.0" } embedded-hal-bus = "0.2.0"