diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-10-26 18:39:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 18:39:04 +0200 |
| commit | 08b99f39093ef8f0363bf943ab6719ed0f9d7b21 (patch) | |
| tree | f8db043351b6bc94a189c5f00ed6f606aa330df5 /Cargo.toml | |
| parent | 842e29057d6e545c6b498c584a5366fff34f6aa7 (diff) | |
chore: update base64 crate (#20877)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6f56f5702..81e0f388c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,8 +72,7 @@ deno_napi = { version = "0.51.0", path = "./ext/napi" } aes = "=0.8.3" anyhow = "1.0.57" async-trait = "0.1.73" -# TODO(mmastrac): Requires code changes to bump -base64 = "=0.13.1" +base64 = "0.21.4" bencher = "0.1" brotli = "3.3.4" bytes = "1.4.0" |
