Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent b6618e5 commit eba7fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
indoc = { workspace = true }
indexmap = { workspace = true }
mime_guess = "2.0.4"
base64 = "0.21.7"
base64 = "0.22.0"

turbopack-binding = { workspace = true, features = [
"__turbo_tasks",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
anyhow = { workspace = true }
async-recursion = { workspace = true }
async-trait = { workspace = true }
base64 = "0.21.7"
base64 = "0.22.0"
const_format = "0.2.32"
once_cell = { workspace = true }
qstring = { workspace = true }
Expand Down

0 comments on commit eba7fb1

Please sign in to comment.