Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.114
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 0397117 commit c524c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
async-trait = "0.1.77"
lazy_static = "1.4.0"
mockall = { version = "0.12.1", optional = true }
serde_json = { version = "1.0.113", optional = true }
serde_json = { version = "1.0.114", optional = true }
time = "0.3.34"
tokio = { version = "1.36.0", features = [ "full" ] }
typed-builder = "0.18.1"
Expand Down

0 comments on commit c524c18

Please sign in to comment.