diff options
author | dependabot[bot] | 2023-12-19 15:30:46 +0000 |
---|---|---|
committer | GitHub | 2023-12-19 15:30:46 +0000 |
commit | 63218a512687cf6cfdbd11f088d0a2cb7d4dfcb8 (patch) | |
tree | 6c805b7fba299f944890ec0b870e3186bbe073d6 /Cargo.lock | |
parent | 8736ce388993e4a38d70c42c0c740f59371464a4 (diff) |
build(deps): bump lsp-types from 0.94.1 to 0.95.0 (#9117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1434,9 +1434,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lsp-types" -version = "0.94.1" +version = "0.95.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" +checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" dependencies = [ "bitflags 1.3.2", "serde", |