mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
fix(deps): update rust crate regex to 1.9.1
This commit is contained in:
parent
114785fb8c
commit
0bcbf0b643
2 changed files with 6 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -993,13 +993,13 @@ 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",
|
||||
"regex-automata 0.3.0",
|
||||
"regex-automata 0.3.1",
|
||||
"regex-syntax 0.7.3",
|
||||
]
|
||||
|
||||
|
@ -1014,9 +1014,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",
|
||||
|
|
|
@ -11,7 +11,7 @@ diesel_logger = "0.3.0"
|
|||
diesel_migrations = "2.1.0"
|
||||
lazy_static = "1.4.0"
|
||||
num_cpus = "1.16.0"
|
||||
regex = "1.9.0"
|
||||
regex = "1.9.1"
|
||||
reqwest = {version = "0.11.18", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
|
||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
||||
|
|
Loading…
Reference in a new issue