mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
1071a6e2e1
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ mp3-duration = {version = "0.1.10", optional = true} # Duration
|
|||
# Ogg
|
||||
ogg_pager = { version = "0.1.3", optional = true, git = "https://github.com/Serial-ATA/lofty-rs" }
|
||||
# Mp4
|
||||
mp4ameta = {version = "0.10.2", optional = true}
|
||||
mp4ameta = {version = "0.11.0", optional = true}
|
||||
# Flac
|
||||
metaflac = {version = "0.2.4", optional = true}
|
||||
# Errors
|
||||
|
|
4
lofty-attr/Cargo.lock
generated
4
lofty-attr/Cargo.lock
generated
|
@ -30,9 +30,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.72"
|
||||
version = "1.0.73"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
||||
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
quote = "1.0.9"
|
||||
|
||||
[dependencies.syn]
|
||||
version = "1.0.72"
|
||||
version = "1.0.73"
|
||||
features = ["full"]
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue