Skip to content

Commit

Permalink
Merge pull request #395 from servo/update-to-ipc-channel-0.16
Browse files Browse the repository at this point in the history
Update ipc-channel to 0.16
  • Loading branch information
mukilan committed Jun 25, 2023
2 parents e13613b + 7290d2b commit b6969ae
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "lib.rs"

[dependencies]
boxfnonce = "0.1.0"
ipc-channel = "0.14"
ipc-channel = "0.16"
servo-media = { path = "../../servo-media" }
servo-media-audio = { path = "../../audio" }
servo-media-player = { path = "../../player" }
Expand Down
2 changes: 1 addition & 1 deletion backends/gstreamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ features = ["v1_16"]
version = "0.15"

[dependencies.ipc-channel]
version = "0.14"
version = "0.16"

[dependencies.lazy_static]
version = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ servo-media = { path = "../servo-media" }
webrender = { version = "0.60.0", optional = true }
webrender_api = { version = "0.60.0", optional = true }
websocket = { version = "0.22", optional = true }
ipc-channel = { version = "0.14", optional = true }
ipc-channel = { version = "0.16", optional = true }

[target.'cfg(not(target_os = "android"))'.dependencies]
winit = { version = "0.19", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
serde = "1.0.66"
serde_derive = "1.0.66"
ipc-channel = "0.14"
ipc-channel = "0.16"

[dependencies.servo-media-streams]
path = "../streams"
Expand Down

0 comments on commit b6969ae

Please sign in to comment.