feat: update dependencies
This commit is contained in:
813
Cargo.lock
generated
813
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pingora = { version = "0.1", features = ["proxy"] }
|
pingora = { version = "0.1", features = ["proxy"] }
|
||||||
tokio = { version = "1.36", features = ["rt-multi-thread", "signal"] }
|
tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] }
|
||||||
pretty_env_logger = "0.5"
|
pretty_env_logger = "0.5"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
@@ -20,7 +20,7 @@ p256 = "0.13"
|
|||||||
p384 = "0.13"
|
p384 = "0.13"
|
||||||
p521 = "0.13"
|
p521 = "0.13"
|
||||||
once_cell = "1.19"
|
once_cell = "1.19"
|
||||||
bytes = "1.6"
|
bytes = "1.7"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tokio-dns-unofficial = "0.4"
|
tokio-dns-unofficial = "0.4"
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ impl ProxyHttp for ProxyApp {
|
|||||||
fn upstream_response_body_filter(
|
fn upstream_response_body_filter(
|
||||||
&self,
|
&self,
|
||||||
_session: &mut Session,
|
_session: &mut Session,
|
||||||
body: &Option<Bytes>,
|
body: &mut Option<Bytes>,
|
||||||
end_of_stream: bool,
|
end_of_stream: bool,
|
||||||
_ctx: &mut Self::CTX,
|
_ctx: &mut Self::CTX,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user