diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 73a20446..82929aef 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -35,7 +35,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] } infer = "0.19" url = "2.5" -idna_adapter = "=1.2.1" +idna_adapter = "=1.2.2" regex = { version = "1.10", default-features = false, features = ["std", "unicode-case", "unicode-perl"] } anyhow = "1.0" time = "0.3"