Skip to content

Commit 6467f76

Browse files
build(deps): update base64 requirement (#46)
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Updates `base64` to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production dependency-group: rust-non-crypto ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71bdeb5 commit 6467f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impl/rust/pqf-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sha3 = "0.12" # X-Wing combiner (SHA3-256)
4242
hkdf = "0.13"
4343

4444
# Encoding utilities
45-
base64 = "0.22"
45+
base64 = "0.23"
4646
hex = "0.4"
4747

4848
# Manifest deserialization for the conformance binary

0 commit comments

Comments
 (0)