Merge branch 'develop' into refactor

This commit is contained in:
Jun Kurihara 2023-07-28 15:21:57 +09:00 committed by GitHub
commit 4d2eecd9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 1 deletions

View file

@ -21,6 +21,7 @@ rpxy-lib = { path = "../rpxy-lib/", features = ["http3", "sticky-cookie"] }
anyhow = "1.0.72"
rustc-hash = "1.1.0"
serde = { version = "1.0.177", default-features = false, features = ["derive"] }
develop
derive_builder = "0.12.0"
tokio = { version = "1.29.1", default-features = false, features = [
"net",