From 2e2f5af5320cada1b499f29b841fcfe0036fc6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:49:29 +0000 Subject: [PATCH] Bump getopts from 0.2.17 to 0.2.21 Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.21. - [Release notes](https://github.com/rust-lang/getopts/releases) - [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.21) --- updated-dependencies: - dependency-name: getopts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- ports/winit/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a62456019a652..84a12e3c3abf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2024,9 +2024,12 @@ dependencies = [ [[package]] name = "getopts" -version = "0.2.17" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05" +checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" +dependencies = [ + "unicode-width", +] [[package]] name = "getrandom" diff --git a/ports/winit/Cargo.toml b/ports/winit/Cargo.toml index 226f1327dc447..3936adfe5eab5 100644 --- a/ports/winit/Cargo.toml +++ b/ports/winit/Cargo.toml @@ -49,7 +49,7 @@ xr-profile = ["libservo/xr-profile"] backtrace = "0.3" clipboard = "0.5" euclid = "0.20" -getopts = "0.2.11" +getopts = "0.2.21" keyboard-types = "0.6" lazy_static = "1" libc = "0.2"