Update dependencies, use single-line toml syntax
This commit is contained in:
parent
b5102db0d4
commit
fc145097be
17
Cargo.toml
17
Cargo.toml
@ -13,15 +13,12 @@ version = "0.14.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1.3.0"
|
diesel = { version = "1.4.3", optional = true }
|
||||||
rand = "0.7.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.2.0"
|
rand = "0.7.2"
|
||||||
serde = "1.0.97"
|
regex = "1.3.1"
|
||||||
url = "2.0.0"
|
serde = "1.0.102"
|
||||||
|
url = "2.1.0"
|
||||||
[dependencies.diesel]
|
|
||||||
optional = true
|
|
||||||
version = "1.4.2"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.40"
|
serde_json = "1.0.41"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user