From d69a1ba0ab69636e5ff68d2cbf2bea8387151da1 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 14 Apr 2022 18:39:34 -0700 Subject: [PATCH] bump ouroboros --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cd0147..0e985e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ 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.14.2" +ouroboros = "0.15.0" [dev-dependencies] lettre = "0.9.2"