Bump dependencies (#759)

This commit is contained in:
Paolo Barbolini
2022-04-25 11:17:58 +02:00
committed by GitHub
parent fd106d9b0c
commit 3f1647fa48

View File

@@ -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