Update Rust crate serde_json to 1.0.117
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 14m56s

This commit is contained in:
RenovateBot 2024-05-08 03:03:22 +00:00
parent 4ed38feeef
commit 691cbfa5f1

View file

@ -11,7 +11,7 @@ if-addrs = "0.12.0"
rand = "0.8.5" rand = "0.8.5"
chrono = "0.4.38" chrono = "0.4.38"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.116" serde_json = "1.0.117"
reqwest = "0.12.4" reqwest = "0.12.4"
tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] } tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] }
futures = "0.3.30" futures = "0.3.30"