diff --git a/Cargo.lock b/Cargo.lock index 6539353..9d088f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,9 +1470,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" dependencies = [ "aho-corasick", "memchr", @@ -1490,9 +1490,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "remove_dir_all" diff --git a/Cargo.toml b/Cargo.toml index 762534b..30f3c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ dotenv = "0.15.0" hex = "0.4.3" lazy_static = "1.4.0" rand = "0.8.4" -regex = "1.5.4" +regex = "1.7.0" reqwest = {version = "0.11.6", features = ["json"]} time = "0.2.25"