diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3826ae1c6..6404d2429 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1288,9 +1288,9 @@ checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | |||
1288 | 1288 | ||
1289 | [[package]] | 1289 | [[package]] |
1290 | name = "regex" | 1290 | name = "regex" |
1291 | version = "1.3.6" | 1291 | version = "1.3.7" |
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 | checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3" | 1293 | checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" |
1294 | dependencies = [ | 1294 | dependencies = [ |
1295 | "aho-corasick", | 1295 | "aho-corasick", |
1296 | "memchr", | 1296 | "memchr", |