From 84f559973810c9fccbcead30da69c486808dc9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:14:17 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group in /src-tauri with 4 updates Bumps the minor-and-patch group in /src-tauri with 4 updates: [tauri](https://github.com/tauri-apps/tauri), [serde_json](https://github.com/serde-rs/json), [anyhow](https://github.com/dtolnay/anyhow) and [ordered-float](https://github.com/reem/rust-ordered-float). Updates `tauri` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.0.3...tauri-v2.0.4) Updates `serde_json` from 1.0.128 to 1.0.131 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.131) Updates `anyhow` from 1.0.89 to 1.0.90 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) Updates `ordered-float` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 24 ++++++++++++------------ src-tauri/Cargo.toml | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8403e84..e795317 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "arrayvec" @@ -2454,9 +2454,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-float" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" +checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" dependencies = [ "borsh", "num-traits", @@ -3292,9 +3292,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3" dependencies = [ "itoa 1.0.11", "memchr", @@ -3699,9 +3699,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd96d46534b10765ce0c6208f9451d98ea38636364a41b272d3610c70dd0e4c3" +checksum = "44438500b50708bfc1e6083844e135d1b516325aae58710dcd8fb67e050ae87c" dependencies = [ "anyhow", "bytes", @@ -3909,9 +3909,9 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaac63b65df8e85570993eaf93ae1dd73a6fb66d8bd99674ce65f41dc3c63e7d" +checksum = "1431602bcc71f2f840ad623915c9842ecc32999b867c4a787d975a17a9625cc6" dependencies = [ "gtk", "http", @@ -5059,9 +5059,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.46.0" +version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469a3765ecc3e8aa9ccdf3c5a52c82697ec03037cd60494488763880d31a1b3a" +checksum = "6fa1c8c760041c64ce6be99f83d6cb55fe3fcd85a1ad46d32895f6e65cee87ba" dependencies = [ "base64 0.22.1", "block2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a8afe4f..62cb6c4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ tauri-build = { version = "2.0.1", features = [] } [dependencies] # Tauri -tauri = { version = "2.0.3", features = ["test"] } +tauri = { version = "2.0.4", features = ["test"] } tauri-plugin-dialog = "2.0.1" tauri-plugin-log = "2.0.1" @@ -29,15 +29,15 @@ quick-xml = "0.36.2" # Serialization serde = { version = "1.0.210", features = ["derive"] } -serde_json = "1.0.128" +serde_json = "1.0.131" serde_repr = "0.1.19" borsh = { version = "1.5.1", features = ["derive"] } # Error handling -anyhow = "1.0.89" +anyhow = "1.0.90" # Logging log = "0.4.22" # Other -ordered-float = { version = "4.3.0", features = ["borsh", "serde"] } +ordered-float = { version = "4.4.0", features = ["borsh", "serde"] }