diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock index 18d2fb9d5..c7ec98226 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -455,7 +455,7 @@ name = "heck" | |||
455 | version = "0.3.1" | 455 | version = "0.3.1" |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
457 | dependencies = [ | 457 | dependencies = [ |
458 | "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "unicode-segmentation 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | ] | 459 | ] |
460 | 460 | ||
461 | [[package]] | 461 | [[package]] |
@@ -802,7 +802,7 @@ dependencies = [ | |||
802 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 804 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
805 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 805 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
806 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 806 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
807 | ] | 807 | ] |
808 | 808 | ||
@@ -1091,7 +1091,7 @@ dependencies = [ | |||
1091 | "ra_syntax 0.1.0", | 1091 | "ra_syntax 0.1.0", |
1092 | "ra_tt 0.1.0", | 1092 | "ra_tt 0.1.0", |
1093 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "test_utils 0.1.0", | 1095 | "test_utils 0.1.0", |
1096 | ] | 1096 | ] |
1097 | 1097 | ||
@@ -1456,7 +1456,7 @@ dependencies = [ | |||
1456 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1457 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1457 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1458 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1458 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1459 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1460 | ] | 1460 | ] |
1461 | 1461 | ||
1462 | [[package]] | 1462 | [[package]] |
@@ -1553,7 +1553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1553 | 1553 | ||
1554 | [[package]] | 1554 | [[package]] |
1555 | name = "smallvec" | 1555 | name = "smallvec" |
1556 | version = "0.6.10" | 1556 | version = "0.6.11" |
1557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1558 | 1558 | ||
1559 | [[package]] | 1559 | [[package]] |
@@ -1673,12 +1673,12 @@ name = "unicode-normalization" | |||
1673 | version = "0.1.8" | 1673 | version = "0.1.8" |
1674 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1675 | dependencies = [ | 1675 | dependencies = [ |
1676 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1677 | ] | 1677 | ] |
1678 | 1678 | ||
1679 | [[package]] | 1679 | [[package]] |
1680 | name = "unicode-segmentation" | 1680 | name = "unicode-segmentation" |
1681 | version = "1.3.0" | 1681 | version = "1.4.0" |
1682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1683 | 1683 | ||
1684 | [[package]] | 1684 | [[package]] |
@@ -1955,7 +1955,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1955 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1955 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1956 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1956 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1957 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1957 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1958 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 1958 | "checksum smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cefaa50e76a6f10b86f36e640eb1739eafbd4084865067778463913e43a77ff3" |
1959 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1959 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1960 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1960 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1961 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1961 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
@@ -1969,7 +1969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1969 | "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" | 1969 | "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" |
1970 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1970 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1971 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | 1971 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
1972 | "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" | 1972 | "checksum unicode-segmentation 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc5415c074426c7c65db13bd647c23d78c0fb2e10dca0b8fb0f40058a59bccdf" |
1973 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 1973 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
1974 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1974 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1975 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | 1975 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |