Update Rust crate reqwest to 0.12.4
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 15m42s
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 15m42s
This commit is contained in:
parent
0453246161
commit
be5eae07af
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ rand = "0.8.5"
|
|||
chrono = "0.4.38"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
reqwest = "0.12.3"
|
||||
reqwest = "0.12.4"
|
||||
tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] }
|
||||
futures = "0.3.30"
|
||||
serial_test = "3.0.0"
|
||||
|
|
Loading…
Reference in a new issue