Skip to content

Commit 5d0f22a

Browse files
joshtriplettjbr
authored andcommitted
Upgrade base64, hmac, and rand to current versions
This reduces duplicate crate versions in dependency trees that include async-session.
1 parent a5668db commit 5d0f22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ authors = [
1919
async-trait = "0.1.24"
2020
async-std = "1.6.0"
2121
serde = { version = "1.0.114", features = ["rc", "derive"] }
22-
rand = "0.7.3"
23-
base64 = "0.12.3"
22+
rand = "0.8.3"
23+
base64 = "0.13.0"
2424
sha2 = "0.9.1"
25-
hmac = "0.8.1"
25+
hmac = "0.10.1"
2626
serde_json = "1.0.56"
2727
kv-log-macro = "1.0.7"
2828
bincode = "1.3.1"

0 commit comments

Comments
 (0)