mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
fix(deps): update rust crate diesel_migrations to 2.1.0
This commit is contained in:
parent
8eab313896
commit
2e5e9ccf8c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ version = "0.1.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
diesel = {version = "2.1.0", features = ["postgres"]}
|
diesel = {version = "2.1.0", features = ["postgres"]}
|
||||||
diesel_logger = "0.3.0"
|
diesel_logger = "0.3.0"
|
||||||
diesel_migrations = "2.0.0"
|
diesel_migrations = "2.1.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
num_cpus = "1.15.0"
|
num_cpus = "1.15.0"
|
||||||
regex = "1.8.3"
|
regex = "1.8.3"
|
||||||
|
|
Loading…
Reference in a new issue