mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #27958 - servo:dependabot/cargo/servo-media-b23e722, r=ferjm
Bump servo-media from `cdf82da` to `b23e722` Bumps [servo-media](https://github.com/servo/media) from `cdf82da` to `b23e722`. <details> <summary>Commits</summary> <ul> <li><a href="b23e72285e
"><code>b23e722</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/media/issues/380">#380</a> - ferjm:warnings.cleanup, r=jdm</li> <li><a href="2c7c14c0ae
"><code>2c7c14c</code></a> Fix format string warnings</li> <li><a href="c6c98c3426
"><code>c6c98c3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/media/issues/379">#379</a> - ferjm:docs.avplayback, r=ceyusa</li> <li><a href="642d4111af
"><code>642d411</code></a> Documentation - a/v playback</li> <li><a href="b64b86b727
"><code>b64b86b</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/media/issues/378">#378</a> - ferjm:docs, r=Manishearth</li> <li><a href="75d6bf7694
"><code>75d6bf7</code></a> Use Rust syntax hightlighting for WebAudio docs</li> <li><a href="b462847d22
"><code>b462847</code></a> Fix WebAudio documentation image paths</li> <li><a href="4e076fa42f
"><code>4e076fa</code></a> Documentation - WebAudio</li> <li><a href="e2808a47bb
"><code>e2808a4</code></a> Add overview to README</li> <li><a href="5cb48e26ee
"><code>5cb48e2</code></a> Documentation - Overview</li> <li>Additional commits viewable in <a href="cdf82da4cb...b23e72285e
">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
9eccdb46a2
1 changed files with 12 additions and 12 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
@ -5374,7 +5374,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"servo-media-audio",
|
||||
"servo-media-player",
|
||||
|
@ -5386,7 +5386,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-audio"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"boxfnonce",
|
||||
"byte-slice-cast",
|
||||
|
@ -5408,7 +5408,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-dummy"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"boxfnonce",
|
||||
"ipc-channel",
|
||||
|
@ -5423,7 +5423,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-gstreamer"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"boxfnonce",
|
||||
"byte-slice-cast",
|
||||
|
@ -5459,7 +5459,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-gstreamer-render"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"gstreamer",
|
||||
"gstreamer-video",
|
||||
|
@ -5469,7 +5469,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-gstreamer-render-android"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gstreamer",
|
||||
|
@ -5482,7 +5482,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-gstreamer-render-unix"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gstreamer",
|
||||
|
@ -5495,7 +5495,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-player"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"ipc-channel",
|
||||
"serde",
|
||||
|
@ -5507,7 +5507,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-streams"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"uuid",
|
||||
|
@ -5516,12 +5516,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-traits"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
|
||||
[[package]]
|
||||
name = "servo-media-webrtc"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"boxfnonce",
|
||||
"lazy_static",
|
||||
|
@ -5599,7 +5599,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_media_derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cdf82da4cb59d1dae7bfb0b1396d5ebd53310540"
|
||||
source = "git+https://github.com/servo/media#b23e72285ecbe352737eafa4100e65763cc9ccfc"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue