diff --git a/Cargo.lock b/Cargo.lock index 33dffe5..9cd33d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3062,7 +3062,7 @@ dependencies = [ "skypier-network", "skypier-storage", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-test", "tower 0.4.13", diff --git a/Cargo.toml b/Cargo.toml index 5fedbc2..e4a2f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ uuid = { version = "1.0", features = ["v4", "serde"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" clap = { version = "4.0", features = ["derive"] } config = "0.14"