diff --git a/Cargo.lock b/Cargo.lock index daa2d0e..7e2a09a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b2f7df7..15f1289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] diesel = {version = "2.1.6", features = ["postgres"]} -diesel_migrations = "2.1.0" +diesel_migrations = "2.2.0" lazy_static = "1.4.0" num_cpus = "1.16.0" once_cell = "1.19.0"