diff --git a/Cargo.toml b/Cargo.toml index e8165bc4..1de87b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/lofty-attr/Cargo.lock b/lofty-attr/Cargo.lock index a39aa7a5..f84088aa 100644 --- a/lofty-attr/Cargo.lock +++ b/lofty-attr/Cargo.lock @@ -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", diff --git a/lofty-attr/Cargo.toml b/lofty-attr/Cargo.toml index 2c289941..1950d699 100644 --- a/lofty-attr/Cargo.toml +++ b/lofty-attr/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" quote = "1.0.9" [dependencies.syn] -version = "1.0.72" +version = "1.0.73" features = ["full"] [lib]