Browse Source

Bump globset from 0.4.15 to 0.4.16 (#1536)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1541/head
dependabot[bot] 9 months ago committed by GitHub
parent
commit
900d9e8ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -2073,9 +2073,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" @@ -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",

2
Cargo.toml

@ -49,7 +49,7 @@ gix = { version = "0.70.0", default-features = false, features = [ @@ -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"

Loading…
Cancel
Save