Skip to content

Commit 1539d31

Browse files
Update base64 dependency from 0.20 to 0.22
Since base64 is re-exported, this is an API-breaking change.
1 parent 1f6320a commit 1539d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
[dependencies]
1818
async-trait = "0.1.59"
1919
rand = "0.8.5"
20-
base64 = "0.20.0"
20+
base64 = "0.22.0"
2121
sha2 = "0.10.6"
2222
hmac = "0.12.1"
2323
serde_json = "1.0.89"

0 commit comments

Comments
 (0)