From a35c47fdf62a131295b4afedde0730a10cff730a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Jun 2021 04:13:09 +0000 Subject: [PATCH 1/2] Update Rust crate syn to 1.0.73 --- lofty-attr/Cargo.lock | 4 ++-- lofty-attr/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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] From 659f32d88f41c78bb1e245a5c40882d58ba1b03a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Jun 2021 20:42:42 +0000 Subject: [PATCH 2/2] Update Rust crate mp4ameta to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cd2f0ff..4204211d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ ogg_pager = { version = "0.1.0", optional = true, path = "ogg_pager" } lewton = {version = "0.10.2", optional = true} # Decoding ogg = {version = "0.8.0", optional = true} # Encoding # Mp4 -mp4ameta = {version = "0.10.2", optional = true} +mp4ameta = {version = "0.11.0", optional = true} # Flac metaflac = {version = "0.2.4", optional = true} # Errors