Skip to content

Commit

Permalink
Upgrade base64, hmac, and rand to current versions
Browse files Browse the repository at this point in the history
This reduces duplicate crate versions in dependency trees that include
async-session.
  • Loading branch information
joshtriplett authored and jbr committed Mar 20, 2021
1 parent a5668db commit 5d0f22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ authors = [
async-trait = "0.1.24"
async-std = "1.6.0"
serde = { version = "1.0.114", features = ["rc", "derive"] }
rand = "0.7.3"
base64 = "0.12.3"
rand = "0.8.3"
base64 = "0.13.0"
sha2 = "0.9.1"
hmac = "0.8.1"
hmac = "0.10.1"
serde_json = "1.0.56"
kv-log-macro = "1.0.7"
bincode = "1.3.1"
Expand Down

0 comments on commit 5d0f22a

Please sign in to comment.