From 9ddf59d771da8f6c7f7a67db9eb7ad4736b69d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:09:27 +0000 Subject: [PATCH] Bump esplugin from 6.0.0 to 6.1.0 Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ortham/esplugin/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: esplugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ec607..cd8bd49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,11 +287,12 @@ dependencies = [ [[package]] name = "esplugin" -version = "6.0.0" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06a6ad4fdedeafc4f24c0ead8fc260add681c0fd268e72807fb84238081a4b9" +checksum = "5d29f6c8d421c93c886413a613c7c8d331e7edeccbe986e53e09b996243a5a88" dependencies = [ "encoding_rs", + "memchr", "nom", "unicase", ] @@ -447,9 +448,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "minimal-lexical" diff --git a/Cargo.toml b/Cargo.toml index 00f1b72..bf2a403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ coveralls = { repository = "Ortham/libloadorder" } [dependencies] encoding_rs = "0.8" -esplugin = "6.0.0" +esplugin = "6.1.0" regex = "1.10.6" unicase = "2.0.0" rayon = "1.0.0"