From 50bda3c3d55b0adf7b74de6a0dae794b25c4fe5e Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Mon, 21 Feb 2022 17:02:00 +0000 Subject: [PATCH] Update lofty to 0.5.0 --- Cargo.lock | 5 +++-- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 903edfa..64d3ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8fdd236..b80293b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file +configparser = "3.0.0"