From 76bf68268f0533b92ceea3ab75eadc48db8d71f3 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 4 Mar 2025 13:06:17 +0100 Subject: [PATCH] build(deps): bump minimum supported serde to v1.0.110 (#1064) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52f2662..e8401bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ email-encoding = { version = "0.3", optional = true } # file transport uuid = { version = "1", features = ["v4"], optional = true } -serde = { version = "1", features = ["derive"], optional = true } +serde = { version = "1.0.110", features = ["derive"], optional = true } serde_json = { version = "1", optional = true } # smtp-transport