diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-01 17:20:39 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-01 17:20:39 +0000 |
commit | 96bd4f5704f447800067ce69d50ab8b4b2315fdb (patch) | |
tree | e9c0a9be0200e2fc4e8288a3ee9ca1f005d99c81 /Cargo.lock | |
parent | 3f499489f79d05f8cc31b72055155e91bc78fddc (diff) | |
parent | 0772f76ad0248a04bcf2e3f35cc1823fc3b2954c (diff) |
Merge #2975
2975: Update regex r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4926256cf..cfc6c877b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1480,9 +1480,9 @@ checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | |||
1480 | 1480 | ||
1481 | [[package]] | 1481 | [[package]] |
1482 | name = "regex" | 1482 | name = "regex" |
1483 | version = "1.3.3" | 1483 | version = "1.3.4" |
1484 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1485 | checksum = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87" | 1485 | checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8" |
1486 | dependencies = [ | 1486 | dependencies = [ |
1487 | "aho-corasick", | 1487 | "aho-corasick", |
1488 | "memchr", | 1488 | "memchr", |
@@ -1492,9 +1492,9 @@ dependencies = [ | |||
1492 | 1492 | ||
1493 | [[package]] | 1493 | [[package]] |
1494 | name = "regex-syntax" | 1494 | name = "regex-syntax" |
1495 | version = "0.6.13" | 1495 | version = "0.6.14" |
1496 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1497 | checksum = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" | 1497 | checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06" |
1498 | 1498 | ||
1499 | [[package]] | 1499 | [[package]] |
1500 | name = "relative-path" | 1500 | name = "relative-path" |