update reqwest

This commit is contained in:
OMGeeky
2024-05-25 14:54:27 +02:00
parent 3252f5516b
commit 1835077dcc

View File

@@ -17,7 +17,7 @@ tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
chrono = "0.4"
futures = "0.3"
futures-util = "0.3"