From 0b83ba9c10a5ea0e67bd066925c7b3f8501212e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:27:32 +0000 Subject: [PATCH] Bump log from 0.4.25 to 0.4.26 in /savegame-editor/src-tauri Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [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.25...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- savegame-editor/src-tauri/Cargo.lock | 6 +++--- savegame-editor/src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/savegame-editor/src-tauri/Cargo.lock b/savegame-editor/src-tauri/Cargo.lock index a738579..fdf7423 100644 --- a/savegame-editor/src-tauri/Cargo.lock +++ b/savegame-editor/src-tauri/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1924,9 +1924,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "mac" diff --git a/savegame-editor/src-tauri/Cargo.toml b/savegame-editor/src-tauri/Cargo.toml index bc11264..4880072 100644 --- a/savegame-editor/src-tauri/Cargo.toml +++ b/savegame-editor/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri-plugin-fs = "2.2.0" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.138" -log = "0.4.25" +log = "0.4.26" regex = "1.11.1" dotenv = "0.15.0" flate2 = "1.0.33"