diff options
author | dependabot[bot] <[email protected]> | 2018-12-27 12:32:18 +0000 |
---|---|---|
committer | dependabot[bot] <[email protected]> | 2018-12-27 12:32:18 +0000 |
commit | 6fb53caea5317ac172b304046e0e82824207c5e1 (patch) | |
tree | 260a7ba5408eea7e3d000dca23291d0c6d92efb4 | |
parent | e422c2e2f4117cf977d28a40a9c8e4dc4cfee811 (diff) |
Bump arrayvec from 0.4.9 to 0.4.10
Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Commits](https://github.com/bluss/arrayvec/compare/0.4.9...0.4.10)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | Cargo.lock | 12 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0d417c024..9ad46e32f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -21,7 +21,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
21 | 21 | ||
22 | [[package]] | 22 | [[package]] |
23 | name = "arrayvec" | 23 | name = "arrayvec" |
24 | version = "0.4.9" | 24 | version = "0.4.10" |
25 | source = "registry+https://github.com/rust-lang/crates.io-index" | 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
26 | dependencies = [ | 26 | dependencies = [ |
27 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 27 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -190,7 +190,7 @@ name = "crossbeam-epoch" | |||
190 | version = "0.3.1" | 190 | version = "0.3.1" |
191 | source = "registry+https://github.com/rust-lang/crates.io-index" | 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
192 | dependencies = [ | 192 | dependencies = [ |
193 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 193 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
194 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
195 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -204,7 +204,7 @@ name = "crossbeam-epoch" | |||
204 | version = "0.6.1" | 204 | version = "0.6.1" |
205 | source = "registry+https://github.com/rust-lang/crates.io-index" | 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
206 | dependencies = [ | 206 | dependencies = [ |
207 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 208 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 209 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 210 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -736,7 +736,7 @@ dependencies = [ | |||
736 | name = "ra_hir" | 736 | name = "ra_hir" |
737 | version = "0.1.0" | 737 | version = "0.1.0" |
738 | dependencies = [ | 738 | dependencies = [ |
739 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 740 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 741 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 742 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -789,7 +789,7 @@ dependencies = [ | |||
789 | name = "ra_syntax" | 789 | name = "ra_syntax" |
790 | version = "0.1.0" | 790 | version = "0.1.0" |
791 | dependencies = [ | 791 | dependencies = [ |
792 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 792 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
793 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 793 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
794 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", | 794 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
795 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 795 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1515,7 +1515,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1515 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | 1515 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" |
1516 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1516 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1517 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" | 1517 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
1518 | "checksum arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d18513977c2d8261c448511c5c53dc66b26dfccbc3d4446672dea1e71a7d8a26" | 1518 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
1519 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1519 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1520 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" | 1520 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" |
1521 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" | 1521 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 594176337..1350d51da 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -5,7 +5,7 @@ version = "0.1.0" | |||
5 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | arrayvec = "0.4.9" | 8 | arrayvec = "0.4.10" |
9 | log = "0.4.5" | 9 | log = "0.4.5" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | salsa = "0.8.0" | 11 | salsa = "0.8.0" |
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 8c9a7e238..deecdd6e5 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -8,7 +8,7 @@ description = "Comment and whitespace preserving parser for the Rust langauge" | |||
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 8 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
9 | 9 | ||
10 | [dependencies] | 10 | [dependencies] |
11 | arrayvec = "0.4.7" | 11 | arrayvec = "0.4.10" |
12 | unicode-xid = "0.1.0" | 12 | unicode-xid = "0.1.0" |
13 | itertools = "0.7.8" | 13 | itertools = "0.7.8" |
14 | drop_bomb = "0.1.4" | 14 | drop_bomb = "0.1.4" |