Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent cf601c6 commit 52c96dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-util = { version = "0.7.10" }
serde = { version = "1.0.194", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.110"
serde_json = "1.0.111"
serde_qs = "0.12.0"
thiserror = "1.0.56"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down Expand Up @@ -65,7 +65,7 @@ futures = "0.3.30"
getset = "0.1.2"
num_cpus = "1.16.0"
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.110"
serde_json = "1.0.111"
sqlx = { version = "0.7.3", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.56"
tracing = "0.1.40"
Expand Down

0 comments on commit 52c96dd

Please sign in to comment.