mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Update Rust crate regex to 1.7.1
This commit is contained in:
parent
ea30ef21e7
commit
60edd0de01
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -971,9 +971,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
@ -10,7 +10,7 @@ async-recursion = "1.0.0"
|
|||
actix-web = "4.2.1"
|
||||
lazy_static = "1.4.0"
|
||||
redis = { version = "0.22.2", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
regex = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.152", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.91"
|
||||
|
|
Loading…
Reference in a new issue