diff --git a/Cargo.toml b/Cargo.toml index 9c64958..1ca2287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"