diff --git a/Cargo.lock b/Cargo.lock index cc5d287b..2e71d407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.17.0" @@ -628,9 +630,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8ba53f1b..a9d413a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.14" mowl = "2.1.1" nom = { git = "https://github.com/Geal/nom", features = ["regexp"] } rayon = "1.5.1" -regex = "1.5.4" +regex = "1.5.5" serde = "1.0.132" serde_derive = "1.0.132" term = "0.7.0"