diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-25 20:44:47 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-25 20:44:47 +0100 |
commit | d8578bf9bf36708ca0095c77e2856c78ed3fd8ec (patch) | |
tree | 76c42bf7721b9083e2f2ab572b5d95295511ea37 | |
parent | 1b4defd2409d6a6120b40a0730e9822a819e971d (diff) | |
parent | 321aa9eb92dc40491bde69372c891c7fdab6ac3c (diff) |
Merge #8656
8656: Update deps r=kjeremy a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 907973412..8e50ac8b0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1303,9 +1303,9 @@ dependencies = [ | |||
1303 | 1303 | ||
1304 | [[package]] | 1304 | [[package]] |
1305 | name = "regex" | 1305 | name = "regex" |
1306 | version = "1.4.5" | 1306 | version = "1.4.6" |
1307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1308 | checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" | 1308 | checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" |
1309 | dependencies = [ | 1309 | dependencies = [ |
1310 | "regex-syntax", | 1310 | "regex-syntax", |
1311 | ] | 1311 | ] |
@@ -1582,9 +1582,9 @@ dependencies = [ | |||
1582 | 1582 | ||
1583 | [[package]] | 1583 | [[package]] |
1584 | name = "syn" | 1584 | name = "syn" |
1585 | version = "1.0.69" | 1585 | version = "1.0.70" |
1586 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1587 | checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb" | 1587 | checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883" |
1588 | dependencies = [ | 1588 | dependencies = [ |
1589 | "proc-macro2", | 1589 | "proc-macro2", |
1590 | "quote", | 1590 | "quote", |