diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index e7c9a7f..f0b6d69 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -39,12 +39,9 @@ maintenance = { status = "actively-developed" } env_logger = "0.8" log = "0.4" nest = "1.0.0" -openssl = { version = "0.10", features = ["vendored"] } peach-lib = { path = "../peach-lib" } peach-network = { path = "../peach-network", features = ["serde_support"] } peach-stats = { path = "../peach-stats", features = ["serde_support"] } -percent-encoding = "2.1.0" -regex = "1" rocket = { version = "0.5.0-rc.1", features = ["json", "secrets"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"