diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 0ed54d2..0fc2ae4 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -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", diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index e36bae6..3f405e8 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -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