From caedf46937657e9a6bbfb9e282f85f3a0a9977fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:31:37 +0000 Subject: [PATCH] Bump thiserror from 1.0.59 to 1.0.61 in /rust Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.61. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.61) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 8 ++++---- rust/driver-ipc/Cargo.toml | 2 +- rust/driver-logger/Cargo.toml | 2 +- rust/virtual-display-driver/Cargo.toml | 2 +- rust/wdf-umdf-sys/Cargo.toml | 4 ++-- rust/wdf-umdf/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9ed94ef3..1ceb9e9e 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -918,18 +918,18 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "thiserror" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/rust/driver-ipc/Cargo.toml b/rust/driver-ipc/Cargo.toml index 4ec5cde6..6e2c8c11 100644 --- a/rust/driver-ipc/Cargo.toml +++ b/rust/driver-ipc/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] log = "0.4.21" serde = { version = "1.0.201", features = ["derive"] } -thiserror = "1.0.59" +thiserror = "1.0.61" owo-colors = "4.0.0" serde_json = "1.0.117" windows = { version = "0.56.0", features = ["Win32_Foundation"] } diff --git a/rust/driver-logger/Cargo.toml b/rust/driver-logger/Cargo.toml index 567749ca..28a8c449 100644 --- a/rust/driver-logger/Cargo.toml +++ b/rust/driver-logger/Cargo.toml @@ -8,7 +8,7 @@ log = { version = "0.4.21", features = ["std"] } env_filter = { version = "0.1.0", default-features = false, optional = true } widestring = "1.1.0" winreg = "0.52.0" -thiserror = "1.0.59" +thiserror = "1.0.61" [dependencies.windows] version = "0.56.0" diff --git a/rust/virtual-display-driver/Cargo.toml b/rust/virtual-display-driver/Cargo.toml index 33171e85..cd064f14 100644 --- a/rust/virtual-display-driver/Cargo.toml +++ b/rust/virtual-display-driver/Cargo.toml @@ -10,7 +10,7 @@ workspace = true crate-type = ["cdylib"] [dependencies] -thiserror = "1.0.59" +thiserror = "1.0.61" anyhow = "1.0.83" wdf-umdf-sys = { path = "../wdf-umdf-sys" } wdf-umdf = { path = "../wdf-umdf" } diff --git a/rust/wdf-umdf-sys/Cargo.toml b/rust/wdf-umdf-sys/Cargo.toml index 2891ee04..ac97c248 100644 --- a/rust/wdf-umdf-sys/Cargo.toml +++ b/rust/wdf-umdf-sys/Cargo.toml @@ -9,9 +9,9 @@ workspace = true [dependencies] paste = "1.0.15" bytemuck = "1.15.0" -thiserror = "1.0.59" +thiserror = "1.0.61" [build-dependencies] bindgen = "0.69.4" -thiserror = "1.0.59" +thiserror = "1.0.61" winreg = "0.52.0" diff --git a/rust/wdf-umdf/Cargo.toml b/rust/wdf-umdf/Cargo.toml index a0b9ae5c..a0d901e1 100644 --- a/rust/wdf-umdf/Cargo.toml +++ b/rust/wdf-umdf/Cargo.toml @@ -9,4 +9,4 @@ workspace = true [dependencies] wdf-umdf-sys = { path = "../wdf-umdf-sys" } paste = "1.0.15" -thiserror = "1.0.59" +thiserror = "1.0.61"