Skip to content

Commit

Permalink
Update Rust crate base64 to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent c02ac7d commit 0df909b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
26 changes: 16 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/tests/all.rs"
anyhow = "=1.0.66"
aws-sigv4 = "=0.51.0"
axum = "=0.6.1"
base64 = "=0.13.1"
base64 = "=0.20.0"
cargo-registry-index = { path = "cargo-registry-index" }
cargo-registry-markdown = { path = "cargo-registry-markdown" }
cargo-registry-s3 = { path = "cargo-registry-s3" }
Expand Down
2 changes: 1 addition & 1 deletion cargo-registry-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testing = ["serde_json"]

[dependencies]
anyhow = "=1.0.66"
base64 = "=0.13.1"
base64 = "=0.20.0"
dotenv = "=0.15.0"
git2 = "=0.15.0"
serde = { version = "=1.0.150", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion cargo-registry-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "s3"
path = "lib.rs"

[dependencies]
base64 = "=0.13.1"
base64 = "=0.20.0"
chrono = "=0.4.23"
sha-1 = "=0.10.1"
hmac = "=0.12.1"
Expand Down

0 comments on commit 0df909b

Please sign in to comment.