From 23655d9cad418f84915f5586fc7c6856644ca732 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 17:07:04 +0200 Subject: [PATCH] Bump dependencies --- Cargo.toml | 6 +++--- ruma-events-macros/Cargo.toml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f41a5648..640655a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,14 +15,14 @@ edition = "2018" [dependencies] ruma-identifiers = "0.14.1" ruma-events-macros = { path = "ruma-events-macros", version = "=0.2.0" } -serde_json = "1.0.48" +serde_json = "1.0.50" [dependencies.js_int] -version = "0.1.2" +version = "0.1.3" features = ["serde"] [dependencies.serde] -version = "1.0.104" +version = "1.0.105" features = ["derive"] [dev-dependencies] diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index 002761dd..6d1457cc 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.2.0" [dependencies] -syn = { version = "1.0.5", features = ["full"] } -quote = "1.0.2" -proc-macro2 = "1.0.6" +syn = { version = "1.0.17", features = ["full"] } +quote = "1.0.3" +proc-macro2 = "1.0.9" [lib] proc-macro = true [dev-dependencies] -ruma-identifiers = "0.14.0" -serde_json = "1.0.41" -js_int = { version = "0.1.2", features = ["serde"] } -serde = { version = "1.0.101", features = ["derive"] } +ruma-identifiers = "0.14.1" +serde_json = "1.0.50" +js_int = { version = "0.1.3", features = ["serde"] } +serde = { version = "1.0.105", features = ["derive"] }