From e2ae903cc6d68a40fa2b0d291862c93e912fec65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:53:52 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.49 to 2.0.9 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/water_bins/ss_client_wasm_v1/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/water_bins/ss_client_wasm_v1/Cargo.toml b/examples/water_bins/ss_client_wasm_v1/Cargo.toml index 6be0d5d..d3e67c2 100644 --- a/examples/water_bins/ss_client_wasm_v1/Cargo.toml +++ b/examples/water_bins/ss_client_wasm_v1/Cargo.toml @@ -30,7 +30,7 @@ lazy_static = "1.4" url = { version = "2.2.2", features = ["serde"] } libc = "0.2.147" -thiserror = "1.0.49" +thiserror = "2.0.9" byte_string = "1.0.0" bytes = "1.3"