From 502514ff955a8882bd05604696b650e82c9085eb Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 11 Dec 2024 11:58:49 -0600 Subject: [PATCH] Update validator to 0.19, to update idna to ^1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16e13cd..ba6bf4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1", default-features = false } base64 = "0.22" biscuit = "0.7" thiserror = "1" -validator = { version = "0.18", features = ["derive"] } +validator = { version = "0.19", features = ["derive"] } mime = "0.3" [dependencies.url]