diff --git a/Cargo.toml b/Cargo.toml index f87bfc4..0b5e6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ required-features = ["reqwest-blocking"] [dependencies] base64 = ">= 0.21, <0.23" -thiserror = "1.0" +thiserror = "2.0" http = "1.0" rand = "0.8" reqwest = { version = "0.12", optional = true, default-features = false }