From 0a1c56081184f295a61aa0c20f2c6d5ff1b553d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:15:48 +0000 Subject: [PATCH] build(deps): bump log from 0.4.26 to 0.4.29 Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.29. - [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.26...0.4.29) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- repak-gui/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a92369..3fc0c47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2811,9 +2811,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.26" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru-slab" @@ -3753,7 +3753,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -4228,7 +4228,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/repak-gui/Cargo.toml b/repak-gui/Cargo.toml index 7b8c0b4..fc95a5c 100644 --- a/repak-gui/Cargo.toml +++ b/repak-gui/Cargo.toml @@ -18,7 +18,7 @@ eula = false eframe = "0.31.1" egui_flex = "0.3.0" rfd = "0.15.2" -log = "0.4.26" +log = "0.4.29" repak = { path = "../repak" ,features = ["oodle","encryption"]} hex.workspace = true egui_extras = { version = "0.31.0", features = ["all_loaders"] }