From 20a096094b64e3b1c218ab8d3fa090af3b9c57c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 07:58:39 +0000 Subject: [PATCH] Bump clap from 4.1.7 to 4.1.9 Bumps [clap](https://github.com/clap-rs/clap) from 4.1.7 to 4.1.9. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ romdb/Cargo.toml | 2 +- sdl2_frontend/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f2a686..d894dea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.7" +version = "4.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340" +checksum = "9a9d6ada83c1edcce028902ea27dd929069c70df4c7600b131b4d9a1ad2879cc" dependencies = [ "bitflags", "clap_derive", @@ -208,9 +208,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.1.7" +version = "4.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d122164198950ba84a918270a3bb3f7ededd25e15f7451673d986f55bd2667" +checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" dependencies = [ "heck", "proc-macro-error", @@ -701,7 +701,7 @@ dependencies = [ name = "nes_rom_db" version = "0.0.1" dependencies = [ - "clap 4.1.7", + "clap 4.1.9", "csv", "rust_nes", "serde", @@ -1030,7 +1030,7 @@ dependencies = [ name = "sdl2_frontend" version = "0.1.0" dependencies = [ - "clap 4.1.7", + "clap 4.1.9", "crc32fast", "log", "log4rs", diff --git a/romdb/Cargo.toml b/romdb/Cargo.toml index 2c77c2f..a6c4dc4 100644 --- a/romdb/Cargo.toml +++ b/romdb/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" publish = false [dependencies] -clap = "4.1.7" +clap = "4.1.9" csv = "1.2.0" rust_nes = { path = "../emulator" } serde = { version = "1.0.152", features = ["derive"] } diff --git a/sdl2_frontend/Cargo.toml b/sdl2_frontend/Cargo.toml index 10c3b4e..a958144 100644 --- a/sdl2_frontend/Cargo.toml +++ b/sdl2_frontend/Cargo.toml @@ -5,7 +5,7 @@ authors = ["David Tyler "] default-run = "nes-emulator" [dependencies] -clap = { version = "4.1.7", features = ["derive"] } +clap = { version = "4.1.9", features = ["derive"] } crc32fast = "1.3.2" log = "0.4.17" log4rs = "1.2.0"