Update Rust crate thiserror to v2

This commit is contained in:
renovate[bot] 2024-11-06 03:20:03 +00:00 committed by GitHub
parent 1cc2ffbc7f
commit 8e6f5a2016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
libc = "0.2"
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
thiserror = "1"
thiserror = "2"