forked from third-party-mirrors/bliss-analyser
Update version of tag reader library.
This commit is contained in:
parent
ab0adc96ca
commit
144c8a7ffe
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -113,7 +113,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bliss-analyser"
|
name = "bliss-analyser"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"argparse",
|
"argparse",
|
||||||
@ -695,9 +695,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lofty"
|
name = "lofty"
|
||||||
version = "0.6.3"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9e09702a8eff21fa1cf105d189d8eea3609d7074ab1503d7c49d5b37b7403a65"
|
checksum = "3f4e4309226629ef3486925c6a1b346241abeb30758e307b3ca9cfd66587bf4f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bliss-analyser"
|
name = "bliss-analyser"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Craig Drummond <craig.p.drummond@gmail.com>"]
|
authors = ["Craig Drummond <craig.p.drummond@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
@ -17,7 +17,7 @@ rusqlite = { version = "0.25.0", features = ["bundled"] }
|
|||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
env_logger = "0.8.4"
|
env_logger = "0.8.4"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
lofty = "0.6.3"
|
lofty = "0.7.0"
|
||||||
dirs = "1"
|
dirs = "1"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user