1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-24 19:32:34 +01:00

Merge pull request #246 from spacebarchat/dependabot/cargo/src-tauri/h2-0.3.26

Bump h2 from 0.3.25 to 0.3.26 in /src-tauri
This commit is contained in:
Puyodead1 2024-04-21 00:10:44 -04:00 committed by GitHub
commit 163241cd38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
src-tauri/Cargo.lock generated
View File

@ -1822,9 +1822,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",