Skip to content

Commit

Permalink
Bump base64 from 0.13.1 to 0.21.2
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.21.2.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.21.2)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 10e5882 commit 56d1380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/k8-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-lock = { version = "2.8.0", optional = true }
cfg-if = "1.0"
tracing = "0.1.19"
bytes = "1.0.1"
base64 = { version="0.13.0" }
base64 = { version="0.21.2" }
futures-util = { version="0.3.21", features=["io"] }
rand = { version="0.8.3" }
rustls = { version="0.20.6", optional=true }
Expand Down

0 comments on commit 56d1380

Please sign in to comment.