From 4a8877b8b4658efad8970949cff7a215b3a1df68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 07:58:23 +0000 Subject: [PATCH] Bump log from 0.4.17 to 0.4.18 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- emulator/Cargo.toml | 2 +- sdl2_frontend/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f2a686..7f1de3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,11 +633,10 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" dependencies = [ - "cfg-if", "serde", ] diff --git a/emulator/Cargo.toml b/emulator/Cargo.toml index 9d2cbac..8def957 100644 --- a/emulator/Cargo.toml +++ b/emulator/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] bitflags = "1.3.2" -log = "0.4.17" +log = "0.4.18" log4rs = "1.2.0" zip = "0.6.4" diff --git a/sdl2_frontend/Cargo.toml b/sdl2_frontend/Cargo.toml index 10c3b4e..a63ac1f 100644 --- a/sdl2_frontend/Cargo.toml +++ b/sdl2_frontend/Cargo.toml @@ -7,7 +7,7 @@ default-run = "nes-emulator" [dependencies] clap = { version = "4.1.7", features = ["derive"] } crc32fast = "1.3.2" -log = "0.4.17" +log = "0.4.18" log4rs = "1.2.0" rust_nes = { path = "../emulator" } sdl2 = { version = "0.35.2", features = ["bundled", "static-link"] }