From d4748217d28ac2b279fd9bb76f690f88a6bc7f98 Mon Sep 17 00:00:00 2001 From: Martin Suesskraut <22873554+msuesskraut@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:35:53 +0100 Subject: [PATCH] cargo update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4d38bc..c4a63da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ wasm-bindgen = "0.2.78" binoxxo = "0.5.0" fluent-bundle = "0.15.2" unic-langid = { version = "0.9.0", features = ["macros"] } -elsa = "1.4.0" +elsa = "1.5.0" lazy_static = "1.4.0" # For serialization, eg sending requests to a server. Otherwise, not required.