Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Jan 9, 2021
1 parent 3540f31 commit 40f1d21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smpl_jwt"
version = "0.5.0"
version = "0.6.0"
authors = ["Drazen Urch <github@drazenur.ch>"]
description = "Very simple JWT generation lib."
repository = "https://github.com/durch/rust-jwt"
Expand All @@ -16,10 +16,10 @@ path = "src/lib.rs"

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
openssl = "^0.10"
time = "0.2.14"
log = "^0.4.6"
base64 = "0.12.0"
simpl = "0.1.0"
serde_derive = "1.0"
serde_json = "1.0"
openssl = "0.10"
time = "0.2"
log = "0.4"
base64 = "0.13"
simpl = "0.1"

0 comments on commit 40f1d21

Please sign in to comment.