diff --git a/Cargo.lock b/Cargo.lock index a2f71ad..86650b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,9 +851,9 @@ dependencies = [ [[package]] name = "diesel_migrations" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee060f709c3e3b1cadd83fcd0f61711f7a8cf493348f758d3a1c1147d70b3c97" +checksum = "745fd255645f0f1135f9ec55c7b00e0882192af9683ab4731e4bba3da82b8f9c" dependencies = [ "diesel", "migrations_internals", diff --git a/Cargo.toml b/Cargo.toml index 89d0ab2..e6caf80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "=1.0.228", features = ["derive"] } askama = "=0.14.0" chrono = "=0.4.42" diesel = { version = "=2.3.3", features = ["r2d2", "mysql", "chrono"] } -diesel_migrations = "=2.3.0" +diesel_migrations = "=2.3.1" dotenv = "=0.15.0" reqwest = { version = "=0.12.24", features = ["gzip", "json"]} lettre = { version = "=0.11.19", features = ["smtp-transport"] }