aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-05-01 23:26:42 +0100
committerkjeremy <[email protected]>2020-05-01 23:26:42 +0100
commit810c96196167cc44886e40d9b80a14309e3d663a (patch)
tree9aeaaa6ed8fcb1b23b986c04fa6b7ee4a02f62cf /Cargo.lock
parent3232fd5179f2e36dee69955ba8aae0463b142e67 (diff)
Update crates
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85ea4f178..5d50a766f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -655,9 +655,9 @@ dependencies = [
655 655
656[[package]] 656[[package]]
657name = "lsp-types" 657name = "lsp-types"
658version = "0.74.0" 658version = "0.74.1"
659source = "registry+https://github.com/rust-lang/crates.io-index" 659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "820f746e5716ab9a2d664794636188bd003023b72e55404ee27105dc22869922" 660checksum = "57c0e6a2b8837d27b29deb3f3e6dc1c6d2f57947677f9be1024e482ec5b59525"
661dependencies = [ 661dependencies = [
662 "base64", 662 "base64",
663 "bitflags", 663 "bitflags",
@@ -706,9 +706,9 @@ dependencies = [
706 706
707[[package]] 707[[package]]
708name = "mio" 708name = "mio"
709version = "0.6.21" 709version = "0.6.22"
710source = "registry+https://github.com/rust-lang/crates.io-index" 710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" 711checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
712dependencies = [ 712dependencies = [
713 "cfg-if", 713 "cfg-if",
714 "fuchsia-zircon", 714 "fuchsia-zircon",
@@ -749,9 +749,9 @@ dependencies = [
749 749
750[[package]] 750[[package]]
751name = "net2" 751name = "net2"
752version = "0.2.33" 752version = "0.2.34"
753source = "registry+https://github.com/rust-lang/crates.io-index" 753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" 754checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
755dependencies = [ 755dependencies = [
756 "cfg-if", 756 "cfg-if",
757 "libc", 757 "libc",