Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.110
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 30be8d6 commit 8dea490
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 @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] }#, optional = true }
chrono-tz = { version = "0.8.5", features = ["serde"] }#, optional = true }
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
serde_json = "1.0.110"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }

[features]
Expand Down

0 comments on commit 8dea490

Please sign in to comment.