From 5182cdc8bba8072240c80ceb8bd978bf2b48f310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:28:24 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.9 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) --- 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 90ae99a1a..0f4f490fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,18 +1585,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e7c7116c1..31977fdbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ serde_with = { version = "3.12", default-features = false, features = [ ] } bitbybit = "1.3.3" arbitrary-int = { version = "1.3.0", features = ["serde"] } -thiserror = { version = "2.0.9", default-features = false } +thiserror = { version = "2.0.11", 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 e3bc93c76..aa9419fff 100644 --- a/ad9912/Cargo.toml +++ b/ad9912/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/quartiq/stabilizer" [dependencies] arbitrary-int = { version = "1.3.0", features = ["serde"] } -thiserror = { version = "2.0.9", default-features = false } +thiserror = { version = "2.0.11", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal = { version = "1.0" } bitbybit = "1.3.3" diff --git a/urukul/Cargo.toml b/urukul/Cargo.toml index dfe04aa78..232880eac 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.3.0", features = ["serde"] } -thiserror = { version = "2.0.9", default-features = false } +thiserror = { version = "2.0.11", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal = { version = "1.0" } embedded-hal-bus = "0.2.0"