Skip to content

Commit 240790e

Browse files
Update Rust crate base64 to 0.22.0 (#1222)
* Update Rust crate base64 to 0.22.0 * Update Cargo lock for base64 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alan Hanson <[email protected]>
1 parent 0d10d22 commit 240790e

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Cargo.lock

+18-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ anyhow = "1"
3535
async-recursion = "1.1.0"
3636
async-trait = "0.1.78"
3737
atty = "0.2.14"
38-
base64 = "0.21.7"
38+
base64 = "0.22.0"
3939
bincode = "1.3"
4040
byte-unit = "5.1.4"
4141
bytes = { version = "1", features = ["serde"] }

0 commit comments

Comments
 (0)