Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.131
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2024
1 parent 2fa4cfd commit ed238bc
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.12" }
serde = { version = "1.0.210", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.130"
serde_json = "1.0.131"
serde_qs = "0.13.0"
thiserror = "1.0.64"
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down Expand Up @@ -73,7 +73,7 @@ futures = "0.3.31"
getset = "0.1.3"
num_cpus = "1.16.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.130"
serde_json = "1.0.131"
sqlx = { version = "0.8.2", features = [
"postgres",
"json",
Expand Down

0 comments on commit ed238bc

Please sign in to comment.