mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-15 00:06:36 +00:00
Update Rust crate thiserror to v2
This commit is contained in:
parent
95fe271d9a
commit
ea3d40ba2d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue