From 48d5c4c393058bf4468eb0561584b77edbfcc1bc Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 30 Jan 2021 17:54:23 +0100 Subject: update base64 dependency bump version to 0.3.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc4ba99..ab7ba5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sputnik" -version = "0.3.4" +version = "0.3.5" authors = ["Martin Fischer "] license = "MIT" description = "A lightweight layer on top of hyper to facilitate building web applications." @@ -19,7 +19,7 @@ hyper = "0.13" cookie = { version = "0.14", features = ["percent-encode"] } serde = { version = "1.0", features = ["derive"] } serde_urlencoded = "0.7.0" -base64 = "0.8" +base64 = "0.13" hmac = "0.10" httpdate = "0.3.2" mime = "0.3" -- cgit v1.2.3