aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-14 16:26:10 +0100
committerGitHub <[email protected]>2020-07-14 16:26:10 +0100
commit408b5fafc5fa6e18dc61a6e7a514692ae4352b0e (patch)
treed7fb2f09eddfc0eeaba2daa984eff1c97ab7e604 /Cargo.lock
parent5d17dfee2f042e33672c17710eaa2d36278599a3 (diff)
parent2257a48cd36c61f887b881edf44df7fd260a52fc (diff)
Merge #5375
5375: Use more explicit type for save registration r=matklad a=kjeremy This was introduced in the latest lsp-types Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c16cf4bc8..11eb9a823 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -712,9 +712,9 @@ dependencies = [
712 712
713[[package]] 713[[package]]
714name = "lsp-types" 714name = "lsp-types"
715version = "0.76.0" 715version = "0.76.1"
716source = "registry+https://github.com/rust-lang/crates.io-index" 716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "af5586f0631c7f7826c3ea39377c326d7b4623138be7ab1204dab22e47717449" 717checksum = "55cfa1593e04985972e018890b2e1a9ed25c71efc800067fbf0990a9432421c8"
718dependencies = [ 718dependencies = [
719 "base64", 719 "base64",
720 "bitflags", 720 "bitflags",