From 8e6f5a2016f9e976a09b1637bcd0dd881dc6547d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:20:03 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- agb-debug/Cargo.toml | 2 +- emulator/mgba/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agb-debug/Cargo.toml b/agb-debug/Cargo.toml index 363c98a6..4412f760 100644 --- a/agb-debug/Cargo.toml +++ b/agb-debug/Cargo.toml @@ -12,7 +12,7 @@ addr2line = { version = "0.24", default-features = false, features = ["rustc-dem gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] } object = { version = "0.36", default-features = false, features = ["read"] } -thiserror = "1" +thiserror = "2" clap = { version = "4", features = ["derive"] } colored = "2" rmp-serde = "1" diff --git a/emulator/mgba/Cargo.toml b/emulator/mgba/Cargo.toml index 0b6257bc..1db6095d 100644 --- a/emulator/mgba/Cargo.toml +++ b/emulator/mgba/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] libc = "0.2" mgba-sys = { version = "0.1.0", path = "../mgba-sys" } -thiserror = "1" \ No newline at end of file +thiserror = "2" \ No newline at end of file