Updated dependencies
This commit is contained in:
parent
58482bf512
commit
3009636f88
2 changed files with 655 additions and 616 deletions
1257
Cargo.lock
generated
1257
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
14
Cargo.toml
14
Cargo.toml
|
@ -24,9 +24,9 @@ metaflac = "0.1.8"
|
|||
mp3-duration = "0.1.0"
|
||||
rand = "0.5.5"
|
||||
regex = "1.0.5"
|
||||
ring = "0.13.2"
|
||||
ring = "0.13.5"
|
||||
reqwest = "0.9.2"
|
||||
rocket = "0.4.0-dev"
|
||||
rocket = "0.4.0"
|
||||
rust-crypto = "0.2.36"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
@ -34,16 +34,8 @@ serde_json = "1.0"
|
|||
simplelog = "0.5.2"
|
||||
toml = "0.4.5"
|
||||
|
||||
[patch.crates-io.rocket]
|
||||
git = "https://github.com/SergioBenitez/Rocket.git"
|
||||
rev = "4224419e63a99b1f21db447f8c4aedab8daec41a"
|
||||
|
||||
[patch.crates-io.rocket_contrib]
|
||||
git = "https://github.com/SergioBenitez/Rocket.git"
|
||||
rev = "4224419e63a99b1f21db447f8c4aedab8daec41a"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4.0-dev"
|
||||
version = "0.4.0"
|
||||
default_features = false
|
||||
features = ["json", "serve"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue