mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Update lofty to 0.5.0
This commit is contained in:
parent
d3b60956a9
commit
50bda3c3d5
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user