1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00

Merge pull request #212 from spacebarchat/dependabot/cargo/src-tauri/h2-0.3.24

This commit is contained in:
dependabot[bot] 2024-02-12 01:59:09 +00:00 committed by GitHub
commit ae38bbca94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
src-tauri/Cargo.lock generated
View File

@ -1423,9 +1423,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.21" version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@ -1433,7 +1433,7 @@ dependencies = [
"futures-sink", "futures-sink",
"futures-util", "futures-util",
"http", "http",
"indexmap 1.9.3", "indexmap 2.0.2",
"slab", "slab",
"tokio", "tokio",
"tokio-util", "tokio-util",