diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index a6fed133..a5db1058 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -13,15 +13,15 @@ repository = "https://github.com/ruma/ruma-api-macros" version = "0.21.0-beta.1" [dependencies] -syn = { version = "1.0.17", features = ["full"] } -quote = "1.0.3" -proc-macro2 = "1.0.10" +syn = { version = "1.0.18", features = ["full"] } +quote = "1.0.4" +proc-macro2 = "1.0.12" [lib] proc-macro = true [dev-dependencies] -ruma-identifiers = "0.16.0" -serde_json = "1.0.51" -js_int = { version = "0.1.4", features = ["serde"] } +ruma-identifiers = "0.16.1" +serde_json = "1.0.52" +js_int = { version = "0.1.5", features = ["serde"] } serde = { version = "1.0.106", features = ["derive"] }