diff options
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index e0599edb3..47147266d 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -5,7 +5,7 @@ name = "aho-corasick" | |||
5 | version = "0.7.4" | 5 | version = "0.7.4" |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | dependencies = [ | 7 | dependencies = [ |
8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
9 | ] | 9 | ] |
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
@@ -799,7 +799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
799 | 799 | ||
800 | [[package]] | 800 | [[package]] |
801 | name = "memchr" | 801 | name = "memchr" |
802 | version = "2.2.0" | 802 | version = "2.2.1" |
803 | source = "registry+https://github.com/rust-lang/crates.io-index" | 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
804 | 804 | ||
805 | [[package]] | 805 | [[package]] |
@@ -1518,7 +1518,7 @@ version = "1.1.9" | |||
1518 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1519 | dependencies = [ | 1519 | dependencies = [ |
1520 | "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1524 | "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1524 | "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2204,7 +2204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2204 | "checksum lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "42c7edac51b6739544453fd33c7ae5e910d1ec4f2d9904cf1990f8f6581e26f5" | 2204 | "checksum lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "42c7edac51b6739544453fd33c7ae5e910d1ec4f2d9904cf1990f8f6581e26f5" |
2205 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2205 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
2206 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2206 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
2207 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 2207 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
2208 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 2208 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
2209 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 2209 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
2210 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 2210 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |