Update lofty to 0.5.0

This commit is contained in:
Craig Drummond 2022-02-21 17:02:00 +00:00
parent d3b60956a9
commit 50bda3c3d5
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -693,8 +693,9 @@ dependencies = [
[[package]]
name = "lofty"
version = "0.4.0"
source = "git+https://github.com/Serial-ATA/lofty-rs?rev=4c0b7c2#4c0b7c22732acf2f0e8cf41b42fcea32d2c76643"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b98a3a1ca2f3054b802e5012e5800674d37dc4af7f99f3037fb57af6a2aeaa"
dependencies = [
"base64",
"byteorder",

View File

@ -17,10 +17,10 @@ rusqlite = "0.25.0"
log = "0.4.14"
env_logger = "0.8.4"
indicatif = "0.16.2"
lofty = { git = "https://github.com/Serial-ATA/lofty-rs", rev = "4c0b7c2" }
lofty = "0.5.0"
dirs = "1"
chrono = "0.4.19"
regex = "1"
substring = "1.4.5"
ureq = "2.4.0"
configparser = "3.0.0"
configparser = "3.0.0"