From f47479f37aca7cac91dce8882bf609b99ecd3071 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 18 Apr 2023 11:15:15 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.96 (#1864) 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.95` -> `1.0.96` | --- ### Release Notes
serde-rs/json ### [`v1.0.96`](https://github.com/serde-rs/json/releases/tag/v1.0.96) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96) - Guarantee that `to_writer` only writes valid UTF-8 strings ([#​1011](https://github.com/serde-rs/json/issues/1011), thanks [@​stepancheg](https://github.com/stepancheg))
--- ### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- 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/1864 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 7d8df95a..a397580f 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.160", features = ["derive"] } -serde_json = "1.0.95" +serde_json = "1.0.96" thiserror = "1.0.40" tokio = { version = "1.27.0", features = ["fs", "io-util"] } toml = { version = "0.7.3", features = ["preserve_order"] } diff --git a/crates/load_save/Cargo.toml b/crates/load_save/Cargo.toml index dc69c235..a2f9ecb2 100644 --- a/crates/load_save/Cargo.toml +++ b/crates/load_save/Cargo.toml @@ -19,7 +19,7 @@ lopdf = { version = "0.30.0", optional = true } quick-xml = { version = "0.28.1", features = ["serialize"], optional = true } regex = { version = "1.7.3", optional = true } serde = { version = "1.0.160", features = ["derive"] } -serde_json = { version = "1.0.95", optional = true } +serde_json = { version = "1.0.96", optional = true } thiserror = "1.0.40" tokio = { version = "1.27.0", features = ["fs"], optional = true } wkhtmltopdf = { version = "0.4.0", optional = true } diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 6ac81f94..7f75ba53 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -21,7 +21,7 @@ quick-xml = { version = "0.28.1", optional = true, features = ["serialize"] } regex = { version = "1.7.3", optional = true } reqwest = { version = "0.11.16", features = ["deflate", "gzip", "json", "native-tls"], default-features = false, optional = true } serde = { version = "1.0.160", features = ["derive"] } -serde_json = "1.0.95" +serde_json = "1.0.96" structopt = { version = "0.3.26", optional = true } thiserror = "1.0.40" tokio = { version = "1.27.0", default-features = false, optional = true } diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index e88976ff..30600825 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -2871,9 +2871,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa 1.0.6", "ryu", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 65e5a684..cd774b3c 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri-build = { version = "1.2.1", features = [] } [dependencies] log = "0.4.17" -serde_json = "1.0.95" +serde_json = "1.0.96" tauri = { version = "1.2.4", features = ["api-all"] } tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] } diff --git a/frontend/src-wasm/Cargo.lock b/frontend/src-wasm/Cargo.lock index 99c520ca..b80414f8 100644 --- a/frontend/src-wasm/Cargo.lock +++ b/frontend/src-wasm/Cargo.lock @@ -940,9 +940,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu", diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index 578db039..da0dcf2f 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -21,7 +21,7 @@ js-sys = "=0.3.61" log = "0.4.17" serde = "1.0.160" serde-wasm-bindgen = "0.5.0" -serde_json = "1.0.95" +serde_json = "1.0.96" wasm-bindgen = { version = "=0.2.84", features = ["serde-serialize"] } wasm-bindgen-futures = "=0.4.34" diff --git a/webserver/Cargo.lock b/webserver/Cargo.lock index ecd33ca6..7102e3a4 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu",