build(deps): bump base64 from 0.21.2 to 0.21.3 (#30228)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.3.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.3)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 16:54:20 +00:00 committed by GitHub
parent 6d7a941736
commit 006fda06d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View file

@ -348,9 +348,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.21.2" version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
[[package]] [[package]]
name = "binary-space-partition" name = "binary-space-partition"
@ -1024,7 +1024,7 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754c060c4a3342c5824d14caeba6c588716e9327f50558532685ef56718e0461" checksum = "754c060c4a3342c5824d14caeba6c588716e9327f50558532685ef56718e0461"
dependencies = [ dependencies = [
"base64 0.21.2", "base64 0.21.3",
"bitflags 2.3.1", "bitflags 2.3.1",
"once_cell", "once_cell",
"percent-encoding", "percent-encoding",
@ -3872,7 +3872,7 @@ version = "0.0.1"
dependencies = [ dependencies = [
"async-recursion", "async-recursion",
"async-tungstenite", "async-tungstenite",
"base64 0.21.2", "base64 0.21.3",
"brotli", "brotli",
"bytes", "bytes",
"content-security-policy", "content-security-policy",
@ -4877,7 +4877,7 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [ dependencies = [
"base64 0.21.2", "base64 0.21.3",
] ]
[[package]] [[package]]
@ -4942,7 +4942,7 @@ dependencies = [
"arrayvec 0.7.4", "arrayvec 0.7.4",
"atomic_refcell", "atomic_refcell",
"backtrace", "backtrace",
"base64 0.21.2", "base64 0.21.3",
"bitflags 1.3.2", "bitflags 1.3.2",
"bluetooth_traits", "bluetooth_traits",
"canvas_traits", "canvas_traits",
@ -6852,7 +6852,7 @@ dependencies = [
name = "webdriver_server" name = "webdriver_server"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"base64 0.21.2", "base64 0.21.3",
"compositing_traits", "compositing_traits",
"cookie 0.12.0", "cookie 0.12.0",
"crossbeam-channel", "crossbeam-channel",

View file

@ -16,7 +16,7 @@ async-tungstenite = { version = "0.22", features = ["tokio-rustls-webpki-roots"]
atomic_refcell = "0.1.11" atomic_refcell = "0.1.11"
arrayvec = "0.7" arrayvec = "0.7"
backtrace = "0.3" backtrace = "0.3"
base64 = "0.21.2" base64 = "0.21.3"
bitflags = "1.0" bitflags = "1.0"
byteorder = "1.0" byteorder = "1.0"
encoding_rs = "0.8" encoding_rs = "0.8"