Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.115
Browse files Browse the repository at this point in the history
Signed-off-by: platform-engineering@redhat.com
  • Loading branch information
platform-engineering-bot committed Mar 26, 2024
1 parent 0c250ea commit 9aa94a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"]
schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.197" }
serde_ignored = "0.1.10"
serde_json = "1.0.114"
serde_json = "1.0.115"
serde_yaml = "0.9.34"
serde_with = ">= 3.7.0, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
Expand Down

0 comments on commit 9aa94a3

Please sign in to comment.