Update Rust crate serde to 1.0.132

pull/6/head
Renovate Bot 2021-12-26 12:01:10 +00:00
parent 8af3ff6996
commit c4fcc92810
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
# Used to provide Rocket routes with database connections
rocket_sync_db_pools = { version = "0.1.0-rc.1", default_features = false, features = [ "diesel_postgres_pool" ] }
# Used to (de)serialize JSON
serde = { version = "1.0.127", features = [ "derive" ] }
serde = { version = "1.0.132", features = [ "derive" ] }
# ORM
diesel = { version = "1.4.7", features = ["postgres", "uuidv07", "chrono"] }
diesel_migrations = "1.4.0"