Skip to content

Commit a5ffa8c

Browse files
build(deps): bump globset from 0.4.16 to 0.4.18
Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.16 to 0.4.18. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@globset-0.4.16...globset-0.4.18) --- updated-dependencies: - dependency-name: globset dependency-version: 0.4.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44b5638 commit a5ffa8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gnd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { workspace = true }
2424

2525
# File watching
2626
notify = "8.2.0"
27-
globset = "0.4.16"
27+
globset = "0.4.18"
2828
pq-sys = { version = "0.7.5", features = ["bundled"] }
2929
openssl-sys = { version = "0.9.100", features = ["vendored"] }
3030

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ diesel = { workspace = true }
4141
diesel-async = { workspace = true }
4242
prometheus = { version = "0.14.0", features = ["push"] }
4343
json-structural-diff = { version = "0.2", features = ["colorize"] }
44-
globset = "0.4.16"
44+
globset = "0.4.18"
4545
notify = "8.2.0"

0 commit comments

Comments
 (0)