From 76cfdc32b4593acfdfed95bf3028cdba0d83fe61 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Mon, 23 Oct 2023 11:17:32 -0300 Subject: [PATCH] fix: adjust chrono dependency requirement (#680) --- plugins/authenticator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index f90437e3..641cb39f 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -23,7 +23,7 @@ once_cell = "1" sha2 = "0.10" base64 = "0.21" u2f = "0.2" -chrono = "<=0.4.29" +chrono = ">= 0.4.0, <0.4.30" [dev-dependencies] rand = "0.8"