diff --git a/Cargo.toml b/Cargo.toml index 8326ebd..8fcdc10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ config = "0.14.0" cqrs-es = "0.4.11" derive-getters = "0.5.0" derive_builder = "0.20.0" -derive_more = "0.99.17" +derive_more = "1.0.0" lettre = { version = "0.11.7", features = ["tokio1-rustls-tls", "tracing", "dkim", "tokio1-native-tls", "smtp-transport", "pool", "builder"], default-features = false } log = "0.4.21" meilisearch-sdk = "0.27.0" diff --git a/mailpit_client/Cargo.toml b/mailpit_client/Cargo.toml index 3d9b8c2..e047f8c 100644 --- a/mailpit_client/Cargo.toml +++ b/mailpit_client/Cargo.toml @@ -9,7 +9,7 @@ serde = { version = "1.0.201", features = ["derive"] } serde_json = "1.0.117" actix-rt = "2.9.0" derive-getters = "0.5.0" -derive_more = "0.99.17" +derive_more = "1.0.0" log = "0.4.21" derive_builder = "0.20.0" url = { version = "2.5.0", features = ["serde"] }