mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
build(deps): bump base64 from 0.21.6 to 0.21.7 (#31067)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.6 to 0.21.7. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.6...v0.21.7) --- 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:
parent
0d240b8713
commit
5d94fc6b70
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -318,9 +318,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
version = "0.21.6"
|
version = "0.21.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9"
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binary-space-partition"
|
name = "binary-space-partition"
|
||||||
|
|
|
@ -17,7 +17,7 @@ arrayvec = "0.7"
|
||||||
async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] }
|
async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] }
|
||||||
atomic_refcell = "0.1.13"
|
atomic_refcell = "0.1.13"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
base64 = "0.21.6"
|
base64 = "0.21.7"
|
||||||
bitflags = "2.4"
|
bitflags = "2.4"
|
||||||
bluetooth_traits = { path = "components/shared/bluetooth" }
|
bluetooth_traits = { path = "components/shared/bluetooth" }
|
||||||
byteorder = "1.5"
|
byteorder = "1.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue