Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent e8a27c0 commit 7d8cae2
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.196", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.112"
serde_json = "1.0.113"
serde_qs = "0.12.0"
thiserror = "1.0.56"
chrono = { version = "0.4.33", features = ["serde"] }
Expand Down Expand Up @@ -66,7 +66,7 @@ futures = "0.3.30"
getset = "0.1.2"
num_cpus = "1.16.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.112"
serde_json = "1.0.113"
sqlx = { version = "0.7.3", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.56"
tracing = "0.1.40"
Expand Down

0 comments on commit 7d8cae2

Please sign in to comment.