mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
build(deps): bump content-security-policy from 0.5.2 to 0.5.3 (#34723)
* build(deps): bump content-security-policy from 0.5.2 to 0.5.3 Bumps [content-security-policy](https://github.com/rust-ammonia/rust-content-security-policy) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/rust-ammonia/rust-content-security-policy/releases) - [Changelog](https://github.com/rust-ammonia/rust-content-security-policy/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-ammonia/rust-content-security-policy/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: content-security-policy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Allow duplicate base64. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
8a438ef644
commit
1d5aac8875
2 changed files with 18 additions and 10 deletions
|
@ -144,6 +144,8 @@ skip = [
|
|||
# tracing-subscriber -> matchers -> regex-automata 0.1.0 -> regex-syntax 0.6.29
|
||||
"regex-syntax",
|
||||
|
||||
# rust-content-security-policy uses newest base64.
|
||||
"base64",
|
||||
|
||||
# gilrs is on 0.10.0, but Servo is still on 0.9.4
|
||||
"core-foundation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue