Bump deps

This commit is contained in:
Laurențiu Nicola 2019-10-19 10:41:22 +03:00
parent e91bff46b7
commit c2115d878b
2 changed files with 230 additions and 268 deletions

489
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -20,10 +20,11 @@ flamer = { version = "0.4", optional = true }
getopts = "0.2.15"
id3 = "0.3"
image = "0.22"
libsqlite3-sys = { version = "0.16", features = ["bundled-windows"] }
rustfm-scrobble = "0.9.2"
lewton = "0.9.1"
log = "0.4.5"
metaflac = { git = "https://github.com/agersant/rust-metaflac" }
metaflac = "0.1"
mp3-duration = "0.1.0"
pbkdf2 = "0.3"
rand = "0.7"
@ -42,12 +43,8 @@ version = "0.4.2"
default_features = false
features = ["json", "serve"]
[dependencies.rusqlite]
version = "0.14.0"
features = ["bundled"]
[target.'cfg(windows)'.dependencies]
uuid = "0.7.1"
uuid = "0.8"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.3"