diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 517b174c..44d54a0a 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.86" +syn = "1.0.87" 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 0e52d5d4..06d35662 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.86", features = ["full", "extra-traits"] } +syn = { version = "1.0.87", 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 c7abb26d..fb4d1f1b 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.86" +syn = "1.0.87" proc-macro2 = "1.0.36" quote = "1.0.15" \ No newline at end of file