chore: deps and fix typo

This commit is contained in:
Jun Kurihara 2023-07-30 10:00:35 +09:00
commit 0f1eed7718
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ authors = ["Jun Kurihara"]
homepage = "https://github.com/junkurihara/rust-rpxy"
repository = "https://github.com/junkurihara/rust-rpxy"
license = "MIT"
readme = "README.md"
readme = "../README.md"
edition = "2021"
publish = false
@ -20,7 +20,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"] }
serde = { version = "1.0.178", default-features = false, features = ["derive"] }
derive_builder = "0.12.0"
tokio = { version = "1.29.1", default-features = false, features = [
"net",