diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d42fdd98..8969f864 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.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/rust/driver-ipc/Cargo.toml b/rust/driver-ipc/Cargo.toml index c287c984..a60d6055 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.200", features = ["derive"] } -thiserror = "1.0.59" +thiserror = "1.0.60" owo-colors = "4.0.0" serde_json = "1.0.116" windows = { version = "0.56.0", features = ["Win32_Foundation"] } diff --git a/rust/driver-logger/Cargo.toml b/rust/driver-logger/Cargo.toml index 567749ca..98da9aef 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.60" [dependencies.windows] version = "0.56.0" diff --git a/rust/virtual-display-driver/Cargo.toml b/rust/virtual-display-driver/Cargo.toml index ae1564ab..5c1bbde0 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.60" 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 8dcfc27d..f85d62a6 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.14" bytemuck = "1.15.0" -thiserror = "1.0.59" +thiserror = "1.0.60" [build-dependencies] bindgen = "0.69.4" -thiserror = "1.0.59" +thiserror = "1.0.60" winreg = "0.52.0" diff --git a/rust/wdf-umdf/Cargo.toml b/rust/wdf-umdf/Cargo.toml index bd111e68..99e4e5db 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.14" -thiserror = "1.0.59" +thiserror = "1.0.60"