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.8.3
This commit is contained in:
parent
4a718e6dcd
commit
4374aaaa80
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -979,9 +979,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.8.2"
|
||||
version = "1.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
|
||||
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
@ -10,7 +10,7 @@ async-recursion = "1.0.4"
|
|||
actix-web = "4.3.1"
|
||||
lazy_static = "1.4.0"
|
||||
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
regex = "1.8.2"
|
||||
regex = "1.8.3"
|
||||
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.163", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.96"
|
||||
|
|
Loading…
Reference in a new issue