aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 13:17:44 +0000
committerGitHub <noreply@github.com>2024-05-06 13:17:44 +0000
commit051cd628310e269a32a1473ddd533f38a50ab048 (patch)
tree7823463497e23ae44a048d6107a90b0d64ec7edc
parent3b34cf4b078afeb826ea0abf4a94e2f7dd579302 (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 eff7cb4a..138fef02 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1180,7 +1180,7 @@ dependencies = [
"pretty_env_logger",
"regex",
"remove-markdown-links",
- "reqwest 0.11.27",
+ "reqwest 0.12.4",
"semver",
"sentry",
"sentry-log",
@@ -1681,6 +1681,25 @@ dependencies = [
]
[[package]]
+name = "h2"
+version = "0.4.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
+dependencies = [
+ "bytes",
+ "fnv",
+ "futures-core",
+ "futures-sink",
+ "futures-util",
+ "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"
@@ -1843,7 +1862,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
- "h2",
+ "h2 0.3.20",
"http 0.2.9",
"http-body 0.4.5",
"httparse",
@@ -1866,6 +1885,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
+ "h2 0.4.4",
"http 1.0.0",
"http-body 1.0.0",
"httparse",
@@ -3570,7 +3590,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",
@@ -3609,9 +3629,11 @@ checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
dependencies = [
"base64 0.22.0",
"bytes",
+ "encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
+ "h2 0.4.4",
"http 1.0.0",
"http-body 1.0.0",
"http-body-util",
@@ -3631,6 +3653,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 7bc368a6..9cb7f8a6 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)