Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 8cbf1e3 commit 7ad4cd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reqwest = { version = "0.11.20", features = ["stream", "json","blocking"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
actix = "0.13.0"
async-recursion = "1.0.2"
base64 = "0.21.1"
base64 = "0.21.3"
uuid = {version="1.4.0", features = ["v4", "serde"]}
libsqlite3-sys = {version = "0.26.0", features = ["bundled"], optional = true}
r2d2_postgres = {version = "0.18.1", optional = true}
Expand Down

0 comments on commit 7ad4cd8

Please sign in to comment.