Update Rust crate thiserror to v2

This commit is contained in:
renovate[bot] 2024-11-06 04:57:38 +00:00 committed by GitHub
parent 95fe271d9a
commit ea3d40ba2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ serde_yaml = "0.9"
reqwest = { version = "0.12", features = ["json", "stream", "hickory-dns", "rustls-tls"] }
sigh = "1.0"
http_digest_headers = { version = "0.1.0", default-features = false, features = ["use_openssl"] }
thiserror = "1"
thiserror = "2"
http = "1"
chrono = "0.4"
eventsource-stream = "0.2"