Skip to content

Commit d6188a7

Browse files
authoredFeb 1, 2024··
Bump base64 from 0.21.5 to 0.21.7
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.7. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 551e310 commit d6188a7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actix-web-httpauth = "0.8.1"
1515
arc-swap = "1.6.0"
1616
askama = { version = "0.12.1", default-features = false }
1717
askama_actix = "0.14.0"
18-
base64 = { version = "0.21.5", default-features = false }
18+
base64 = { version = "0.21.7", default-features = false }
1919
bcrypt = "0.15.0"
2020
config = "0.13.4"
2121
env_logger = "0.10.1"
@@ -43,7 +43,7 @@ unic-langid = "0.9.4"
4343
url = { version = "2.5.0", features = ["serde"] }
4444

4545
[build-dependencies]
46-
base64 = "0.21.5"
46+
base64 = "0.21.7"
4747
built = { version = "0.7.1", features = [ "git2" ] }
4848
cargo-license = "0.5.1"
4949
ignore = "0.4.21"

0 commit comments

Comments
 (0)
Please sign in to comment.