From 504b213b607c1ea62ae8d1a624f23bc933946daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:34:07 +0000 Subject: [PATCH] Update ipc-channel requirement from 0.15 to 0.16 Updates the requirements on [ipc-channel](https://github.com/servo/ipc-channel) to permit the latest version. - [Release notes](https://github.com/servo/ipc-channel/releases) - [Commits](https://github.com/servo/ipc-channel/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: ipc-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b59e31b2..5ba17c62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ pathfinder_gl = "0.5" glutin = "0.27" gl = "0.14" -ipc-channel = "0.15" +ipc-channel = "0.16" thiserror = "1.0" once_cell = "1.5"