From 2e5e9ccf8c60001ba9d6389da9aee550b09b28a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:06:44 +0000 Subject: [PATCH] fix(deps): update rust crate diesel_migrations to 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 815b272..77ea8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [dependencies] diesel = {version = "2.1.0", features = ["postgres"]} diesel_logger = "0.3.0" -diesel_migrations = "2.0.0" +diesel_migrations = "2.1.0" lazy_static = "1.4.0" num_cpus = "1.15.0" regex = "1.8.3"