Skip to content

Commit

Permalink
Upgrade base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and Keats committed Mar 15, 2024
1 parent 87fc59e commit cc34991
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 @@ js = ["getrandom/js"]
[dependencies]
blowfish = { version = "0.9", features = ["bcrypt"] }
getrandom = { version = "0.2", default-features = false, optional = true }
base64 = { version = "0.21", default-features = false }
base64 = { version = "0.22", default-features = false }
zeroize = { version = "1.5.4", optional = true }
subtle = { version = "2.4.1", default-features = false }

Expand Down

0 comments on commit cc34991

Please sign in to comment.