diff --git a/Cargo.lock b/Cargo.lock index 625ada653ca..251ed3e16e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,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 de106b4d2c3..a3cd365e5e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ diesel-async = { version = "0.7.3", features = ["deadpool", "async-connection-wr diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] } diesel_derives = "2.3.6" -diesel_migrations = "2.1.0" +diesel_migrations = "2.3.1" envconfig = "0.11.1" graph = { path = "./graph" } graph-core = { path = "./core" }