diff --git a/Cargo.lock b/Cargo.lock index b1c5d774f..9d8e8d019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,7 +1362,7 @@ dependencies = [ "target-lexicon 0.12.16", "tempfile", "term", - "thiserror 1.0.69", + "thiserror 2.0.16", "tokio", "tracing", "tracing-error", diff --git a/Cargo.toml b/Cargo.toml index c0337b2e2..fccdba32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = { version = "1.0.120", default-features = false, features = [ "std" serde_with = { version = "3", default-features = false, features = [ "std", "macros" ] } tar = { version = "0.4.38", default-features = false, features = [ "xattr" ] } target-lexicon = { version = "0.12.4", default-features = false, features = [ "std" ] } -thiserror = { version = "1.0.61", default-features = false } +thiserror = { version = "2.0.16", default-features = false } tokio = { version = "1.21.0", default-features = false, features = ["time", "io-std", "process", "fs", "signal", "tracing", "rt-multi-thread", "macros", "io-util", "parking_lot" ] } tracing = { version = "0.1.36", default-features = false, features = [ "std", "attributes" ] } tracing-error = { version = "0.2.0", default-features = false, optional = true, features = ["traced-error"] }