mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-13 05:40:36 +05:30
Merge pull request #10 from TeamPiped/renovate/regex-1.x
Update Rust crate regex to 1.7.0
This commit is contained in:
commit
e4d6627781
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1082,9 +1082,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.6.0"
|
version = "1.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -11,7 +11,7 @@ diesel_logger = "0.2.0"
|
|||||||
diesel_migrations = "2.0.0"
|
diesel_migrations = "2.0.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
num_cpus = "1.14.0"
|
num_cpus = "1.14.0"
|
||||||
regex = "1.6.0"
|
regex = "1.7.0"
|
||||||
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]}
|
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]}
|
||||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||||
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user