From ab5710a2c7e9698726784abcdfde2fc0ec66b77f Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 20 Apr 2021 09:25:42 -0400 Subject: [PATCH] Update base64 dep --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2e1879..1bee0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "medallion" readme = "README.md" repository = "http://github.com/cmdln/medallion" -version = "2.4.0" +version = "2.4.1" edition = "2018" [badges] [badges.travis-ci] @@ -17,7 +17,7 @@ branch = "master" repository = "https://travis-ci.org/cmdln/medallion" [dependencies] -base64 = "~0.12.2" +base64 = "~0.13.0" openssl = "~0.10.15" serde = { version = "^1.0.114", features = [ "derive" ] } serde_json = "^1.0.55"