chore: cargo deny check advisories

This commit is contained in:
Zack Fu Zi Xiang 2024-04-08 18:48:18 +08:00
parent 7fda6119e1
commit da35d6d581
No known key found for this signature in database
1 changed files with 6 additions and 6 deletions

12
Cargo.lock generated
View File

@ -98,7 +98,7 @@ dependencies = [
"encoding_rs",
"flate2",
"futures-core",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"httparse",
"httpdate",
@ -887,7 +887,7 @@ dependencies = [
"derive_more",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"itoa",
"log",
@ -2825,9 +2825,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.24"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
@ -3069,7 +3069,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"httparse",
@ -4858,7 +4858,7 @@ dependencies = [
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.24",
"h2 0.3.26",
"http 0.2.11",
"http-body 0.4.6",
"hyper 0.14.28",