diff --git a/Cargo.toml b/Cargo.toml index ccb84c4..9820135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".github/*", "tests/*", "examples/*"] [dependencies] serde = { version = "1.0.217", features = ["derive"] } -thiserror = "1.0.63" +thiserror = "2.0.17" postgrest = "1.6.0" log = "0.4.26" reqwest = { version = "0.12.12", features = ["json"] }