aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-30 17:54:23 +0100
committerMartin Fischer <martin@push-f.com>2021-01-30 17:56:22 +0100
commit48d5c4c393058bf4468eb0561584b77edbfcc1bc (patch)
tree6b12dc7faec8df8649dffd03bfbce8045c6f12cc
parent7a9b7447577ed5eaeb326d1e9017a8f773e1f193 (diff)
update base64 dependencyv0.3.5
bump version to 0.3.5
-rw-r--r--Cargo.toml4
1 files 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 <martin@push-f.com>"]
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"