Skip to content

Commit cedc5c4

Browse files
Update Rust crate base64 to v0.21.2
1 parent 395126b commit cedc5c4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -34,7 +34,7 @@ anyhow = "=1.0.71"
3434
aws-sigv4 = "=0.55.3"
3535
axum = { version = "=0.6.18", features = ["headers", "macros", "matched-path"] }
3636
axum-extra = { version = "=0.7.4", features = ["cookie-signed"] }
37-
base64 = "=0.13.1"
37+
base64 = "=0.21.2"
3838
crates_io_index = { path = "crates_io_index" }
3939
crates_io_markdown = { path = "crates_io_markdown" }
4040
crates_io_s3 = { path = "crates_io_s3" }

crates_io_index/Cargo.toml

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

1515
[dependencies]
1616
anyhow = "=1.0.71"
17-
base64 = "=0.13.1"
17+
base64 = "=0.21.2"
1818
dotenvy = "=0.15.7"
1919
git2 = "=0.17.2"
2020
secrecy = "=0.8.0"

crates_io_s3/Cargo.toml

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

1414
[dependencies]
15-
base64 = "=0.13.1"
15+
base64 = "=0.21.2"
1616
chrono = { version = "=0.4.26", default-features = false }
1717
sha-1 = "=0.10.1"
1818
hmac = "=0.12.1"

0 commit comments

Comments
 (0)