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.lock | |
| parent | 842e29057d6e545c6b498c584a5366fff34f6aa7 (diff) | |
chore: update base64 crate (#20877)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index ebd6900a6..729cdd6bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ version = "1.37.2" dependencies = [ "async-trait", "base32", - "base64 0.13.1", + "base64 0.21.4", "bincode", "bytes", "cache_control", @@ -1236,7 +1236,7 @@ dependencies = [ "aes", "aes-gcm", "aes-kw", - "base64 0.13.1", + "base64 0.21.4", "cbc", "const-oid", "ctr", @@ -1378,7 +1378,7 @@ version = "0.116.0" dependencies = [ "async-compression", "async-trait", - "base64 0.13.1", + "base64 0.21.4", "bencher", "brotli", "bytes", @@ -1428,7 +1428,7 @@ version = "0.29.0" dependencies = [ "anyhow", "async-trait", - "base64 0.13.1", + "base64 0.21.4", "chrono", "deno_core", "deno_node", @@ -5647,7 +5647,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-stream", - "base64 0.13.1", + "base64 0.21.4", "bytes", "console_static_text", "fastwebsockets", |
