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 23, 2024
1 parent 4ab8a02 commit 2f068a8
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 @@ -13,7 +13,7 @@ exclude = [".github", ".gitpod.yml"]

[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.114"
guid-create = { version="0.3.1", features = [
"serde",
] }
Expand Down

0 comments on commit 2f068a8

Please sign in to comment.