diff --git a/savegame-editor/src-tauri/Cargo.lock b/savegame-editor/src-tauri/Cargo.lock index a738579..c54ea46 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" @@ -3264,9 +3264,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.138" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa 1.0.14", "memchr", diff --git a/savegame-editor/src-tauri/Cargo.toml b/savegame-editor/src-tauri/Cargo.toml index bc11264..f421a09 100644 --- a/savegame-editor/src-tauri/Cargo.toml +++ b/savegame-editor/src-tauri/Cargo.toml @@ -20,7 +20,7 @@ tauri-plugin-shell = "2.2.0" tauri-plugin-fs = "2.2.0" serde = { version = "1.0.214", features = ["derive"] } -serde_json = "1.0.138" +serde_json = "1.0.140" log = "0.4.25" regex = "1.11.1" dotenv = "0.15.0"