Skip to content

Commit da16357

Browse files
Update Rust crate base64 to v0.22.1 (#8571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3b4ee0 commit da16357

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ aws-sdk-cloudfront = "=1.22.0"
5555
aws-sdk-sqs = "=1.21.0"
5656
axum = { version = "=0.7.5", features = ["macros", "matched-path"] }
5757
axum-extra = { version = "=0.9.3", features = ["cookie-signed", "typed-header"] }
58-
base64 = "=0.22.0"
58+
base64 = "=0.22.1"
5959
bigdecimal = { version = "=0.4.3", features = ["serde"] }
6060
cargo-manifest = "=0.13.0"
6161
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ testing = []
1717

1818
[dependencies]
1919
anyhow = "=1.0.82"
20-
base64 = "=0.22.0"
20+
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.18.3"
2323
secrecy = "=0.8.0"

0 commit comments

Comments
 (0)