aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r--src-tauri/Cargo.lock29
1 files changed, 26 insertions, 3 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",