Skip to content

Commit 98e3327

Browse files
chore(deps): update base64 requirement from 0.21 to 0.22 (#133)
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.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4356cae commit 98e3327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbjson/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/influxdata/pbjson"
1212
[dependencies]
1313

1414
serde = { version = "1.0", features = ["derive"] }
15-
base64 = "0.21"
15+
base64 = "0.22"
1616

1717
[dev-dependencies]
1818
bytes = "1.0"

0 commit comments

Comments
 (0)