diff options
author | dependabot[bot] | 2021-06-14 06:59:53 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-14 08:36:40 +0000 |
commit | f882ea92b6682ac859950d2147218cadce62e40d (patch) | |
tree | eff6bcb393499c450894e03af9430f18d8653436 | |
parent | 98485524c8129bf95a3f22471549bdce55f64bd1 (diff) |
Bump lsp-types from 0.89.1 to 0.89.2
Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.89.1 to 0.89.2.
- [Release notes](https://github.com/gluon-lang/lsp-types/releases)
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gluon-lang/lsp-types/compare/v0.89.1...v0.89.2)
---
updated-dependencies:
- dependency-name: lsp-types
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -461,9 +461,9 @@ dependencies = [ [[package]] name = "lsp-types" -version = "0.89.1" +version = "0.89.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b8a871b0a450bcec0e26d74a59583c8173cb9fb7d7f98889e18abb84838e0f" +checksum = "852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2" dependencies = [ "bitflags", "serde", |