diff options
author | dependabot[bot] | 2023-08-01 00:28:25 +0000 |
---|---|---|
committer | GitHub | 2023-08-01 00:28:25 +0000 |
commit | 0eea76c415efa9eb31a8eb2e67fc7f359b53e0b9 (patch) | |
tree | 114dd74d125203d8dab1b1e16c9395b7d2c24027 /helix-lsp | |
parent | d4f9716fbc36bc20848b7be0b65551495fa52952 (diff) |
build(deps): bump globset from 0.4.11 to 0.4.12 (#7795)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 33c63e0a..bcf54654 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -19,7 +19,7 @@ helix-parsec = { version = "0.6", path = "../helix-parsec" } anyhow = "1.0" futures-executor = "0.3" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } -globset = "0.4.11" +globset = "0.4.12" log = "0.4" lsp-types = { version = "0.94" } serde = { version = "1.0", features = ["derive"] } |