From 23731c1333b070dedad2d6e38b6d89138d65ddc3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 8 Nov 2022 23:53:58 +0000 Subject: [PATCH] Update pelite to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0887704..91615a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" crc32fast = "1.2.0" esplugin = "4.0.0" nom = "7.0.0" -pelite = "0.9.0" +pelite = "0.10.0" regex = "1.0.5" unicase = "2.2.0"