diff --git a/dvr-manager/Cargo.toml b/dvr-manager/Cargo.toml index 7985422..d6febe9 100644 --- a/dvr-manager/Cargo.toml +++ b/dvr-manager/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.17" reqwest = { version = "0.11.11", features = ["json"] } serde = { version = "1.0.140", features = ["derive"] } serde-xml-rs = "0.5.1" -serde_json = "1.0.82" +serde_json = "1.0.111" serde_qs = "0.10.1" thiserror = "1.0.31" tokio = { version = "1.20.0", features = ["rt", "rt-multi-thread", "macros", "time"] }