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.2
This commit is contained in:
parent
ee9f05bd12
commit
4a718e6dcd
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -979,9 +979,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.8.1"
|
||||
version = "1.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
||||
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -990,9 +990,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
||||
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
||||
|
||||
[[package]]
|
||||
name = "region-restriction-checker"
|
||||
|
|
|
@ -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.1"
|
||||
regex = "1.8.2"
|
||||
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…
Add table
Add a link
Reference in a new issue