From 9af780cb6b2f4ceb93a3452ac1be25a3f5fdac80 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Thu, 5 Dec 2019 09:15:31 +0100 Subject: [PATCH] update dependencies --- yaserde/Cargo.toml | 2 +- yaserde_derive/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index ba47ac6..0387f6f 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.3.7" +version = "0.3.8" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index e61390f..232bec1 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.3.7" +version = "0.3.8" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"] @@ -11,9 +11,9 @@ documentation = "https://docs.rs/yaserde" readme = "../README.md" [dependencies] -syn = { version = "1.0.5", features = ["visit", "extra-traits"] } -proc-macro2 = "1.0.5" -quote = "1.0.2" +syn = { version = "~1.0", features = ["visit", "extra-traits"] } +proc-macro2 = "~1.0" +quote = "~1.0" [lib] name = "yaserde_derive"