mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-13 22:00:35 +05:30
fix(deps): update rust crate diesel to 2.1.0
This commit is contained in:
parent
ba6a723df0
commit
8eab313896
@ -6,7 +6,7 @@ version = "0.1.0"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
diesel = {version = "2.0.4", 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.0.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user