From 089dba864847623fea27faf493d282040a768fe6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Mar 2022 06:05:13 +0000 Subject: [PATCH] Update Rust crate syn to 1.0.88 --- agb-image-converter/Cargo.toml | 2 +- agb-macros/Cargo.toml | 2 +- agb-sound-converter/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 44d54a0a..107d526f 100644 --- a/agb-image-converter/Cargo.toml +++ b/agb-image-converter/Cargo.toml @@ -13,7 +13,7 @@ proc-macro = true image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] } toml = "0.5.8" serde = { version = "1.0", features = ["derive"] } -syn = "1.0.87" +syn = "1.0.88" proc-macro2 = "1.0.36" quote = "1.0.15" asefile = "0.3.2" diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index 06d35662..1bae136b 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -10,6 +10,6 @@ description = "Macro for declaring the entry point for a game using the agb libr proc-macro = true [dependencies] -syn = { version = "1.0.87", features = ["full", "extra-traits"] } +syn = { version = "1.0.88", features = ["full", "extra-traits"] } proc-macro2 = "1.0.36" quote = "1.0.15" diff --git a/agb-sound-converter/Cargo.toml b/agb-sound-converter/Cargo.toml index fb4d1f1b..be25a0c3 100644 --- a/agb-sound-converter/Cargo.toml +++ b/agb-sound-converter/Cargo.toml @@ -22,6 +22,6 @@ freq18157 = [] [dependencies] hound = "3.4.0" -syn = "1.0.87" +syn = "1.0.88" proc-macro2 = "1.0.36" quote = "1.0.15" \ No newline at end of file