Update Rust crate thiserror to v2
This commit is contained in:
parent
0e1396e177
commit
07eceaf72f
@ -33,7 +33,7 @@ virt = "0.4.1"
|
|||||||
sysinfo = { version = "0.32.0", features = ["serde"] }
|
sysinfo = { version = "0.32.0", features = ["serde"] }
|
||||||
uuid = { version = "1.11.0", features = ["v4", "serde"] }
|
uuid = { version = "1.11.0", features = ["v4", "serde"] }
|
||||||
lazy-regex = "3.3.0"
|
lazy-regex = "3.3.0"
|
||||||
thiserror = "1.0.65"
|
thiserror = "2.0.0"
|
||||||
image = "0.25.4"
|
image = "0.25.4"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
bytes = "1.8.0"
|
bytes = "1.8.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user