Skip to content

Commit cc174d0

Browse files
Update base64 requirement from 0.21.0 to 0.22.0 (#458)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Toby Lawrence <[email protected]>
1 parent 3e886cf commit cc174d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-exporter-prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metrics-util = { version = "^0.16", path = "../metrics-util", default-features =
3030
thiserror = { version = "1", default-features = false }
3131
quanta = { version = "0.12", default-features = false }
3232
indexmap = { version = "2.1", default-features = false, features = ["std"] }
33-
base64 = { version = "0.21.0", default-features = false, features = ["std"] }
33+
base64 = { version = "0.22.0", default-features = false, features = ["std"] }
3434

3535
# Optional
3636
hyper = { version = "1.1", features = [ "server", "client" ], optional = true }

0 commit comments

Comments
 (0)