From 1fb770e3821502d1c09b962f557d3b74c4d905a8 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 18 Nov 2018 13:33:36 +0100 Subject: [PATCH] Update base64 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca00a109..e5e9e031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ron" -version = "0.4.1" +version = "0.4.2" license = "MIT/Apache-2.0" keywords = ["parser", "serde", "serialization"] authors = [ @@ -18,7 +18,7 @@ exclude = ["bors.toml", ".travis.yml"] name = "ron" [dependencies] -base64 = "^0.9.2" +base64 = "0.10" bitflags = "1" serde = { version = "1", features = ["serde_derive"] }