mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust: Upgrade 'thiserror' to '2.0.6'
Since there have been breaking changes, let's fix them. Fortunately, there was only one problem to fix. Command line used: $ cargo upgrade --incompatible -p 'thiserror' Acked-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
739761f0d2
commit
43858063ca
@@ -18,7 +18,7 @@ workspace = true
|
||||
[dependencies]
|
||||
libc = "0.2.168"
|
||||
log = { version = "0.4.22", features = ["std", "release_max_level_debug"] }
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.6"
|
||||
zerocopy = {version = "0.7", features = ["derive"]}
|
||||
serde = { version = "1.0.216", features = ["derive"]}
|
||||
byteorder = "1.5"
|
||||
|
||||
Reference in New Issue
Block a user