aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-22 20:43:06 +0100
committerGitHub <[email protected]>2020-07-22 20:43:06 +0100
commit56ff9ef0262f5bad7fa1d0ac3b76974d88671afd (patch)
treeaf048a1c9c32c4a9d6449b6152b5c0e4727cd56d /Cargo.lock
parente72c6220cda30ebe2bde4e0bd7d344c248332ecc (diff)
parent7eedf19cfa334be06ae2efc6c97d7fff83ccc202 (diff)
Merge #5492
5492: Use symbol tags r=matklad a=kjeremy Currently the only spec'd tag is "deprecated". 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 280d97432..af7062815 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -619,9 +619,9 @@ dependencies = [
619 619
620[[package]] 620[[package]]
621name = "lsp-types" 621name = "lsp-types"
622version = "0.77.0" 622version = "0.78.0"
623source = "registry+https://github.com/rust-lang/crates.io-index" 623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "897c6c8930fbf12b67deffc83729287bb379dd5e5a4bd0ae2d81eff8d6503db6" 624checksum = "d2e6cf68e3492cfa2035f0382c1da1b6ab045db0320feca505b86b4f13d66c27"
625dependencies = [ 625dependencies = [
626 "base64", 626 "base64",
627 "bitflags", 627 "bitflags",