chore(deps): update base64 requirement from 0.21 to 0.22 (#209)
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](https://github.com/marshallpierce/rust-base64/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4e5685cb1c
commit
c8ea0f6051
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ oauth2 = { version = "5.0", optional = true }
|
|||
schemars = { version = "0.8", optional = true, features = ["chrono"] }
|
||||
|
||||
# for image encoding
|
||||
base64 = { version = "0.21", optional = true }
|
||||
base64 = { version = "0.22", optional = true }
|
||||
|
||||
# for SSE client
|
||||
reqwest = { version = "0.12", default-features = false, features = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue