Skip to content

Commit d280925

Browse files
Update Rust crate base64 to 0.22.1 (#1829)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [base64](https://togithub.com/marshallpierce/rust-base64) | dependencies | patch | `0.22.0` -> `0.22.1` | --- ### Release Notes <details> <summary>marshallpierce/rust-base64 (base64)</summary> ### [`v0.22.1`](https://togithub.com/marshallpierce/rust-base64/blob/HEAD/RELEASE-NOTES.md#0221) [Compare Source](https://togithub.com/marshallpierce/rust-base64/compare/v0.22.0...v0.22.1) - Correct the symbols used for the predefined `alphabet::BIN_HEX`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
1 parent 5252940 commit d280925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/next-swc/crates/next-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
5252
indoc = { workspace = true }
5353
indexmap = { workspace = true }
5454
mime_guess = "2.0.4"
55-
base64 = "0.22.0"
55+
base64 = "0.22.1"
5656

5757
turbopack-binding = { workspace = true, features = [
5858
"__turbo_tasks",

packages/next-swc/crates/next-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bench = false
1212
anyhow = { workspace = true }
1313
async-recursion = { workspace = true }
1414
async-trait = { workspace = true }
15-
base64 = "0.22.0"
15+
base64 = "0.22.1"
1616
const_format = "0.2.32"
1717
once_cell = { workspace = true }
1818
qstring = { workspace = true }

0 commit comments

Comments
 (0)