From 7b553fcb19bf864503a7175aecf9a600f984ea5d Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 19 Feb 2022 11:05:35 -0800 Subject: [PATCH] Bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91f544d..23281a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,20 +19,20 @@ default = ["native-tls"] [dependencies] native-tls = { version = "0.2.2", optional = true } -rustls-connector = { version = "0.13.1", optional = true } +rustls-connector = { version = "0.16.1", optional = true } regex = "1.0" bufstream = "0.1.3" -imap-proto = "0.14.1" -nom = { version = "6.0", default-features = false } +imap-proto = "0.15.0" +nom = { version = "7.1.0", default-features = false } base64 = "0.13" chrono = { version = "0.4", default-features = false, features = ["std"]} lazy_static = "1.4" -ouroboros = "0.9.5" +ouroboros = "0.14.2" [dev-dependencies] lettre = "0.9.2" lettre_email = "0.9.2" -rustls-connector = "0.13.0" +rustls-connector = "0.16.1" structopt = "0.3" # to make -Zminimal-versions work