From 61349ed4d08b926ac65fca9200b61821503813ec Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Thu, 23 Nov 2023 14:25:23 +0800 Subject: [PATCH] chore(deps): update cruet requirement to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ac07a7a7..cbf066d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ bcrypt = "0.15" cookie = "0.18" chacha20poly1305 = "0.10" chrono = "0.4" -cruet = "0.13" +cruet = "0.14" encoding_rs = "0.8" email_address = "0.2" enumflags2 = "0.7"