From 848539bec31b2a8094ec786935626b8f528d1f09 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 24 Aug 2022 22:48:47 +0200 Subject: [PATCH] Update Rust crate serde_json to 1.0.85 (#1517) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.83` -> `1.0.85` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Co-authored-by: crapStone Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1517 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- crates/config/Cargo.toml | 2 +- crates/load_save/Cargo.toml | 2 +- crates/search/Cargo.toml | 2 +- frontend/src-tauri/Cargo.lock | 4 ++-- frontend/src-tauri/Cargo.toml | 2 +- frontend/src-wasm/Cargo.lock | 4 ++-- frontend/src-wasm/Cargo.toml | 2 +- webserver/Cargo.lock | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 342d98438..5b710e89a 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -15,7 +15,7 @@ directories-next = "2.0.0" lazy_static = "1.4.0" log = "0.4.17" serde = { version = "1.0.144", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.85" thiserror = "1.0.32" tokio = { version = "1.20.1", features = ["fs", "io-util"] } toml = { version = "0.5.9", features = ["preserve_order"] } diff --git a/crates/load_save/Cargo.toml b/crates/load_save/Cargo.toml index bf5cc8857..3c656f76a 100644 --- a/crates/load_save/Cargo.toml +++ b/crates/load_save/Cargo.toml @@ -21,7 +21,7 @@ lopdf = { version = "0.27.0", optional = true } quick-xml = { version = "0.23.0", features = ["serialize"], optional = true } regex = { version = "1.6.0", optional = true } serde = { version = "1.0.144", features = ["derive"] } -serde_json = { version = "1.0.83", optional = true } +serde_json = { version = "1.0.85", optional = true } thiserror = "1.0.32" tokio = { version = "1.20.1", features = ["fs"], optional = true } types = { path = "../types/", features = ["lock"] } diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 75b6697d2..155997a67 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -22,7 +22,7 @@ quick-xml = { version = "0.23.0", optional = true } regex = { version = "1.6.0", optional = true } reqwest = { version = "0.11.11", features = ["json", "native-tls"], default-features = false, optional = true } serde = { version = "1.0.144", features = ["derive"] } -serde_json = "1.0.83" +serde_json = "1.0.85" structopt = { version = "0.3.26", optional = true } thiserror = "1.0.32" tokio = { version = "1.20.1", default-features = false, optional = true } diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 9d01b14a9..ef3f4a914 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -2955,9 +2955,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa 1.0.2", "ryu", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index da12930f9..07148f813 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/" } log = "0.4.17" logger = { path = "../../crates/logger/" } search = { path = "../../crates/search/" } -serde_json = "1.0.83" +serde_json = "1.0.85" tauri = { version = "1.0.5", features = ["api-all"] } tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } types = { path = "../../crates/types" } diff --git a/frontend/src-wasm/Cargo.lock b/frontend/src-wasm/Cargo.lock index 5c36ad3f5..f134d5f7b 100644 --- a/frontend/src-wasm/Cargo.lock +++ b/frontend/src-wasm/Cargo.lock @@ -760,9 +760,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa", "ryu", diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index c665ae549..a26a1a0af 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/", default-features = false } log = "0.4.17" search = { path = "../../crates/search/", default-features = false } serde = "1.0.144" -serde_json = "1.0.83" +serde_json = "1.0.85" types = { path = "../../crates/types/" } wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] } wasm-bindgen-futures = "0.4.32" diff --git a/webserver/Cargo.lock b/webserver/Cargo.lock index 899fcb315..7386b7584 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -1425,9 +1425,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa 1.0.2", "ryu",