From cc4063baf06de263ad6448c8b1a11f144e9ac537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:23:37 +0000 Subject: [PATCH] chore(deps): 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 bd5f94d235967..95d35c5b7b451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,9 +2016,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"