mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
fix(deps): update rust crate regex to 1.11.0
This commit is contained in:
parent
b7e5c5d571
commit
93b4831b2b
@ -11,7 +11,7 @@ diesel_migrations = "2.2.0"
|
||||
lazy_static = "1.5.0"
|
||||
num_cpus = "1.16.0"
|
||||
once_cell = "1.20.2"
|
||||
regex = "1.10.4"
|
||||
regex = "1.11.0"
|
||||
reqwest = {version = "0.12.8", 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 New Issue
Block a user