From 900d9e8ccd2fd1dd80ac8bf5c931005f309f20cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:44:02 +0200 Subject: [PATCH] Bump globset from 0.4.15 to 0.4.16 (#1536) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcba9c64..14640d1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2073,9 +2073,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "globset" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" +checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" dependencies = [ "aho-corasick", "bstr", diff --git a/Cargo.toml b/Cargo.toml index e185d2c7..767a409c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ gix = { version = "0.70.0", default-features = false, features = [ "status", ] } gix-features = { version = "0.41.0", features = ["zlib-ng"] } -globset = "0.4.15" +globset = "0.4.16" human-panic = "2.0.2" image.workspace = true num-format = "0.4.4"