fix(deps): update rust crate serde_json to 1.0.132

This commit is contained in:
renovate[bot] 2024-10-22 13:34:08 +00:00
parent a26677189a
commit b7e5c5d571

View File

@ -16,5 +16,5 @@ reqwest = {version = "0.12.8", features = ["json", "rustls-tls", "gzip", "brotli
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.211", features = ["derive"]}
serde_json = "1.0.116"
serde_json = "1.0.132"
tokio = {version = "1.41.0", features = ["full"]}