From 91f21a4c6c2abc9c485f74e35e745951465a2fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:38:50 +0000 Subject: [PATCH] Bump reqwest from 0.12.2 to 0.12.3 in /src-tauri Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.2 to 0.12.3. - [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.12.2...v0.12.3) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 621872a..70bea57 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -22,7 +22,7 @@ tauri-plugin-updater = "2.0.0-alpha" tauri-plugin-process = "2.0.0-alpha" tauri-plugin-log = "2.0.0-alpha" tauri-plugin-os = "2.0.0-alpha" -reqwest = { version = "0.12.2", default-features = false, features = [ +reqwest = { version = "0.12.3", default-features = false, features = [ "json", "rustls-tls", ] }