Fixes for Rust v1.79

This commit is contained in:
Louis Dureuil 2024-06-13 17:47:44 +02:00
parent 09d9b63e1c
commit 0a8f50695e
No known key found for this signature in database
7 changed files with 11 additions and 13 deletions

View file

@ -21,7 +21,7 @@ reqwest = { version = "0.11.23", features = [
"stream",
"json",
"rustls-tls",
], default_features = false }
], default-features = false }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
sha2 = "0.10.8"