From 9935b8ef1c5afd5c484280f501a028cb05262085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:09:57 +0000 Subject: [PATCH] Update thiserror requirement from 1.0 to 2.0 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.0...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/Cargo.toml b/sim/Cargo.toml index b5e23fe..c17edf5 100644 --- a/sim/Cargo.toml +++ b/sim/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0" serde_yaml = "0.8" sim_derive = { version = "0.13", path = "../sim_derive" } simx = { version = "0.13", path = "../simx", optional = true } -thiserror = "1.0" +thiserror = "2.0" wasm-bindgen = "0.2" web-sys = { version = "0.3", features = [ "console" ] }