diff --git a/graphql-dns-api/Cargo.lock b/graphql-dns-api/Cargo.lock index 50e7334..f29b8f0 100644 --- a/graphql-dns-api/Cargo.lock +++ b/graphql-dns-api/Cargo.lock @@ -2549,7 +2549,7 @@ dependencies = [ "serde_json", "sha3", "surrealdb", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tokio-test", "tower", diff --git a/graphql-dns-api/Cargo.toml b/graphql-dns-api/Cargo.toml index 1933e04..9d008d3 100644 --- a/graphql-dns-api/Cargo.toml +++ b/graphql-dns-api/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1.0" uuid = { version = "1.6", features = ["v4", "serde"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } reqwest = { version = "0.11", features = ["json"] }