diff options
author | Martin Fischer <martin@push-f.com> | 2021-01-30 17:54:23 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-01-30 17:56:22 +0100 |
commit | 48d5c4c393058bf4468eb0561584b77edbfcc1bc (patch) | |
tree | 6b12dc7faec8df8649dffd03bfbce8045c6f12cc /Cargo.toml | |
parent | 7a9b7447577ed5eaeb326d1e9017a8f773e1f193 (diff) |
update base64 dependencyv0.3.5
bump version to 0.3.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |