diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 49fddef4b..6aa7e1ce1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -662,9 +662,9 @@ dependencies = [ | |||
662 | 662 | ||
663 | [[package]] | 663 | [[package]] |
664 | name = "lsp-types" | 664 | name = "lsp-types" |
665 | version = "0.71.0" | 665 | version = "0.72.0" |
666 | source = "registry+https://github.com/rust-lang/crates.io-index" | 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
667 | checksum = "efa6b75633b0c3412ee36fc416e6d9c1e4ff576b536217f4ac3f34ac83d9e564" | 667 | checksum = "face91691e558746745dc9dc6c67a4e2a24e044926e274d8378e6f19659329f0" |
668 | dependencies = [ | 668 | dependencies = [ |
669 | "base64", | 669 | "base64", |
670 | "bitflags", | 670 | "bitflags", |