feat: update dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
async-trait = "0.1"
|
||||
log = "0.4"
|
||||
@@ -20,7 +20,7 @@ p256 = "0.13"
|
||||
p384 = "0.13"
|
||||
p521 = "0.13"
|
||||
once_cell = "1.19"
|
||||
bytes = "1.6"
|
||||
bytes = "1.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-dns-unofficial = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user