From e30666c2d9efc36dc14c9a9e512d7596e170f75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:58:53 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.69 to 2.0.4 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d0b1b7c54..55e80cab90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,7 +951,7 @@ dependencies = [ "strum", "sysinfo", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.4", "time", "tls_codec", "uniffi", @@ -988,7 +988,7 @@ dependencies = [ "sha2", "strum", "testing_logger", - "thiserror 1.0.69", + "thiserror 2.0.4", "tls_codec", "tokio", "uniffi", @@ -1042,7 +1042,7 @@ dependencies = [ "serde-wasm-bindgen", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror 2.0.4", "uuid", "wasm-bindgen", "wasm-bindgen-futures", @@ -2616,7 +2616,7 @@ dependencies = [ "sha2", "spinoff", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.4", "tls_codec", "tokio", "uuid", @@ -2985,7 +2985,7 @@ dependencies = [ "sha2", "signature", "spki", - "thiserror 1.0.69", + "thiserror 2.0.4", "tls_codec", "uuid", "wasm-bindgen-test", diff --git a/Cargo.toml b/Cargo.toml index 9f63b7050c..6e988cb1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1.0" sha1 = "0.10" sha2 = "0.10" strum = { version = "0.26", features = ["derive"] } -thiserror = "1.0" +thiserror = "2.0" tls_codec = "0.4.1" uniffi = "0.28" url = "2.5"