diff --git a/Cargo.lock b/Cargo.lock index c3c27b919b7..4936abf1c0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,9 +3049,9 @@ dependencies = [ [[package]] name = "diesel_migrations" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745fd255645f0f1135f9ec55c7b00e0882192af9683ab4731e4bba3da82b8f9c" +checksum = "28d0f4a98124ba6d4ca75da535f65984badec16a003b6e2f94a01e31a79490b8" dependencies = [ "diesel", "migrations_internals", @@ -3986,7 +3986,7 @@ version = "0.43.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "envconfig", "futures 0.3.31", "graph", diff --git a/Cargo.toml b/Cargo.toml index f9dd2c68c74..e9b3f5c6cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ diesel-async = { version = "0.8.0", 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.7" -diesel_migrations = "2.3.1" +diesel_migrations = "2.3.2" env_logger = "0.11.10" envconfig = "0.11.1" git-testament = "0.2"