aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
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]]
1290name = "regex" 1290name = "regex"
1291version = "1.3.6" 1291version = "1.3.7"
1292source = "registry+https://github.com/rust-lang/crates.io-index" 1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3" 1293checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
1294dependencies = [ 1294dependencies = [
1295 "aho-corasick", 1295 "aho-corasick",
1296 "memchr", 1296 "memchr",