From 01d2d638ed3df326b9084b32ffd892bf600f1160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:39:56 +0000 Subject: [PATCH] Bump globset from 0.4.11 to 0.4.13 Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.11 to 0.4.13. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.11...globset-0.4.13) --- updated-dependencies: - dependency-name: globset 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 e9eadacac..c342cb06d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,9 +1959,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.11" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df" +checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" dependencies = [ "aho-corasick 1.0.2", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 407e0cfb6..b1f149948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ gix = { version = "0.49.1", default-features = false, features = [ "max-performance-safe", ] } git2 = { version = "0.17.2", default-features = false } -globset = "0.4.11" +globset = "0.4.13" human-panic = "1.1.5" image = "0.24.6" num-format = "0.4.4"