Skip to content

Commit

Permalink
Bump base64 to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Oct 11, 2020
1 parent e04da1f commit 196ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdweb = ["getrandom/stdweb"]
[dependencies]
blowfish = { version = "0.6", features = ["bcrypt"] }
getrandom = "0.1"
base64 = { version = "0.12.1", default-features = false }
base64 = { version = "0.13", default-features = false }
byteorder = { version = "1", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 196ce26

Please sign in to comment.