From 257a724380b081252da682a649a28fe6418e886e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:32:16 +0000 Subject: [PATCH] Bump esplugin from 6.1.0 to 6.1.1 Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ortham/esplugin/compare/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: esplugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4516908..fe9c02a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "esplugin" -version = "6.1.0" +version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d29f6c8d421c93c886413a613c7c8d331e7edeccbe986e53e09b996243a5a88" +checksum = "d5be744c54f80f535dc03a47c6a12c5116525edfa8a1365f13e91c42a0ad4d55" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8c0ac8a..8c306fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] crc32fast = "1.4.2" -esplugin = "6.1.0" +esplugin = "6.1.1" nom = "7.0.0" pelite = "0.10.0" regex = "1.11.0"