From 3f1647fa48642b73d563859d3b2368dfea6555f2 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 25 Apr 2022 11:17:58 +0200 Subject: [PATCH] Bump dependencies (#759) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb68eda..ea73ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ regex = { version = "1", default-features = false, features = ["std", "unicode-c email-encoding = { version = "0.1", optional = true } # file transport -uuid = { version = "0.8", features = ["v4"], optional = true } +uuid = { version = "1", features = ["v4"], optional = true } serde = { version = "1", optional = true, features = ["derive"] } serde_json = { version = "1", optional = true } @@ -44,7 +44,7 @@ hostname = { version = "0.3", optional = true } # feature ## tls native-tls = { version = "0.2", optional = true } # feature rustls = { version = "0.20", features = ["dangerous_configuration"], optional = true } -rustls-pemfile = { version = "0.3", optional = true } +rustls-pemfile = { version = "1", optional = true } webpki-roots = { version = "0.22", optional = true } # async @@ -75,7 +75,7 @@ walkdir = "2" tokio1_crate = { package = "tokio", version = "1", features = ["macros", "rt-multi-thread"] } async-std = { version = "1.8", features = ["attributes"] } serde_json = "1" -maud = "0.22.1" +maud = "0.23" [[bench]] harness = false