mirror of https://github.com/rwf2/Rocket.git
Update Cargo.toml
This commit is contained in:
parent
c303add07f
commit
48e7139f62
|
@ -23,7 +23,7 @@ r2d2 = "0.8"
|
|||
tokio = { version = "1.6.1", features = ["rt", "rt-multi-thread"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
diesel = { version = "2.0.0", default-features = false, optional = true }
|
||||
diesel = { version = "2.2.3", default-features = false, optional = true }
|
||||
|
||||
postgres = { version = "0.19", optional = true }
|
||||
r2d2_postgres = { version = "0.18", optional = true }
|
||||
|
|
Loading…
Reference in New Issue