diff --git a/Cargo.lock b/Cargo.lock index 8d66edf..cf73cc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1259,9 +1259,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484" +checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" dependencies = [ "aho-corasick", "memchr", @@ -1271,9 +1271,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56" +checksum = "e9aaecc05d5c4b5f7da074b9a0d1a0867e71fd36e7fc0482d8bcfe8e8fc56290" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index fb0ec9a..03f0b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ image = "0.24.6" mimalloc = "0.1.37" once_cell = "1.18.0" qstring = "0.7.2" -regex = "1.9.0" +regex = "1.9.1" reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.29.1", features = ["full"]} webp = "0.2.2"