Skip to content

Commit 84c8af0

Browse files
Update base64 requirement from 0.21 to 0.22
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fc32af commit 84c8af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818

1919
[dependencies]
2020
anyhow = "1.0"
21-
base64 = "0.21"
21+
base64 = "0.22"
2222
hmac = "0.12"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1.0"

0 commit comments

Comments
 (0)