From 6e01abac4fb50fbd6e90afc08a4d7a09dd48e271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:25:16 +0000 Subject: [PATCH] build(deps): bump the backend-deps group in /src-tauri with 4 updates Bumps the backend-deps group in /src-tauri with 4 updates: [reqwest](https://github.com/seanmonstar/reqwest), [semver](https://github.com/dtolnay/semver), [thiserror](https://github.com/dtolnay/thiserror) and [wgpu](https://github.com/gfx-rs/wgpu). Updates `reqwest` from 0.11.20 to 0.11.21 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.20...v0.11.21) Updates `semver` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.19) Updates `thiserror` from 1.0.48 to 1.0.49 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49) Updates `wgpu` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.17.1/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps - dependency-name: wgpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 42 ++++++++++++++++++++++++++++++++---------- src-tauri/Cargo.toml | 6 +++--- 2 files changed, 35 insertions(+), 13 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index dcaaff23..a29b38c0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3195,9 +3195,9 @@ checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" [[package]] name = "reqwest" -version = "0.11.20" +version = "0.11.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" +checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef" dependencies = [ "base64 0.21.3", "bytes", @@ -3220,6 +3220,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "system-configuration", "tokio", "tokio-native-tls", "tokio-util", @@ -3406,9 +3407,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" dependencies = [ "serde", ] @@ -3800,6 +3801,27 @@ dependencies = [ "winapi", ] +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "system-deps" version = "5.0.0" @@ -4144,18 +4166,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", @@ -4740,9 +4762,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7472f3b69449a8ae073f6ec41d05b6f846902d92a6c45313c50cb25857b736ce" +checksum = "ed547920565c56c7a29afb4538ac5ae5048865a5d2f05bff3ad4fbeb921a9a2c" dependencies = [ "arrayvec", "cfg-if", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b8ced38d..7179575f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -27,16 +27,16 @@ glob = "0.3.1" log = "0.4.20" reqwest = { version = "0.11", features = ["json"] } rev_buf_reader = "0.3.0" -semver = "1.0.18" +semver = "1.0.19" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" sysinfo = "0.29.10" tar = "0.4.40" tauri = { version = "1.4.1", features = ["api-all", "devtools", "reqwest-client"] } -thiserror = "1.0.47" +thiserror = "1.0.49" tokio = { version = "1", features = ["full"] } walkdir = "2.4.0" -wgpu = "0.17.0" +wgpu = "0.17.1" zip = { version = "0.6.2" } zip-extract = "0.1.1"