Skip to content

Commit 03fb0d5

Browse files
fix(deps): update rust crate base64 to 0.22 (#802)
1 parent bf653fa commit 03fb0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bcrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
base64 = { version = "0.21" }
11+
base64 = { version = "0.22" }
1212
bcrypt = "0.15"
1313
blowfish = { version = "0.9", features = ["bcrypt"] }
1414
getrandom = "0.2"

0 commit comments

Comments
 (0)