Skip to content

Commit 45220f0

Browse files
Update Rust crate base64 to v0.13.1 (#5367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a5af59 commit 45220f0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -24,7 +24,7 @@ path = "src/tests/all.rs"
2424
[dependencies]
2525
anyhow = "=1.0.66"
2626
aws-sigv4 = "=0.49.0"
27-
base64 = "=0.13.0"
27+
base64 = "=0.13.1"
2828
cargo-registry-index = { path = "cargo-registry-index" }
2929
cargo-registry-markdown = { path = "cargo-registry-markdown" }
3030
cargo-registry-s3 = { path = "cargo-registry-s3" }

cargo-registry-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testing = ["serde_json"]
1515

1616
[dependencies]
1717
anyhow = "=1.0.66"
18-
base64 = "=0.13.0"
18+
base64 = "=0.13.1"
1919
dotenv = "=0.15.0"
2020
git2 = "=0.15.0"
2121
serde = { version = "=1.0.147", features = ["derive"] }

cargo-registry-s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "s3"
1313
path = "lib.rs"
1414

1515
[dependencies]
16-
base64 = "=0.13.0"
16+
base64 = "=0.13.1"
1717
chrono = "=0.4.22"
1818
sha-1 = "=0.10.0"
1919
hmac = "=0.12.1"

0 commit comments

Comments
 (0)