Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 92fcde4 commit 957d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvr-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.109"
serde_qs = "0.10.1"
thiserror = "1.0.31"
tokio = { version = "1.20.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
Expand Down

0 comments on commit 957d367

Please sign in to comment.