Skip to content

Commit

Permalink
chore(deps): bump base64 from 0.21.4 to 0.21.5
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.21.5.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent a5ba532 commit 01a3b22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server = ["hyper", "tokio"]

[dependencies]
anyhow = "1.0.75"
base64 = "0.21.4"
base64 = "0.21.5"
chrono = { version = "0.4.31", features = ["serde"] }
futures = "0.3.28"
log = "0.4.20"
Expand Down

0 comments on commit 01a3b22

Please sign in to comment.