aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-02 08:55:20 +0000
committerGitHub <noreply@github.com>2024-09-02 08:55:20 +0000
commitd63882ad9845928ce94a340c5a55a18fd069be69 (patch)
treebb7c8c671c9a7da72dfbc009b58766a3c37200b2
parentefbff4c893d32db6d8b8ac0406decd3d418bf79c (diff)
downloadFlightCore-dependabot/cargo/src-tauri/reqwest-0.12.4.tar.gz
FlightCore-dependabot/cargo/src-tauri/reqwest-0.12.4.zip
chore: bump reqwest from 0.11.27 to 0.12.4 in /src-tauridependabot/cargo/src-tauri/reqwest-0.12.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4. - [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.27...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src-tauri/Cargo.lock29
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 27 insertions, 4 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index a23eeb1a..dc0a7e9c 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1182,7 +1182,7 @@ dependencies = [
"rand 0.8.5",
"regex",
"remove-markdown-links",
- "reqwest 0.11.27",
+ "reqwest 0.12.4",
"semver",
"sentry",
"sentry-log",
@@ -1683,6 +1683,25 @@ dependencies = [
]
[[package]]
+name = "h2"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
+dependencies = [
+ "atomic-waker",
+ "bytes",
+ "fnv",
+ "futures-core",
+ "futures-sink",
+ "http 1.0.0",
+ "indexmap 2.2.5",
+ "slab",
+ "tokio",
+ "tokio-util",
+ "tracing",
+]
+
+[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1851,7 +1870,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
- "h2",
+ "h2 0.3.20",
"http 0.2.9",
"http-body 0.4.5",
"httparse",
@@ -1874,6 +1893,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
+ "h2 0.4.6",
"http 1.0.0",
"http-body 1.0.0",
"httparse",
@@ -3581,7 +3601,7 @@ dependencies = [
"encoding_rs",
"futures-core",
"futures-util",
- "h2",
+ "h2 0.3.20",
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
@@ -3620,9 +3640,11 @@ checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
dependencies = [
"base64 0.22.0",
"bytes",
+ "encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
+ "h2 0.4.6",
"http 1.0.0",
"http-body 1.0.0",
"http-body-util",
@@ -3642,6 +3664,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"sync_wrapper",
+ "system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 67be4441..72f09436 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -41,7 +41,7 @@ regex = "1.10"
# Read out running application process names
sysinfo = "0.30.12"
# HTTP requests
-reqwest = { version = "0.11", features = ["blocking"] }
+reqwest = { version = "0.12", features = ["blocking"] }
# Persistent store for settings
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
# JSON5 parsing support (allows comments in JSON)