diff options
author | dependabot[bot] | 2023-11-28 00:51:45 +0000 |
---|---|---|
committer | GitHub | 2023-11-28 00:51:45 +0000 |
commit | 8de8a661823fe9f782bff03fb1143891f7a3a582 (patch) | |
tree | ce98ff22f78fa9b23d6b982e8b061244b6e73912 /helix-lsp | |
parent | 71fd85894b71e4be3298fcb09b2165caee2968e0 (diff) |
build(deps): bump globset from 0.4.13 to 0.4.14 (#8926)
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 98ff5d0b..d9507f1b 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -20,7 +20,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.13" +globset = "0.4.14" log = "0.4" lsp-types = { version = "0.94" } serde = { version = "1.0", features = ["derive"] } |