From 977cf26d40bbf6f61c563be54bb8436a3678c593 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 15 Sep 2022 22:20:51 +0100 Subject: [PATCH] Update esplugin to 4.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2024b4c..b44cde3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] crc32fast = "1.2.0" -esplugin = "3.0.0" +esplugin = "4.0.0" nom = "7.0.0" pelite = "0.9.0" regex = "1.0.5"