Skip to content

Commit

Permalink
chore: Remove useless crate
Browse files Browse the repository at this point in the history
Signed-off-by: zu1k <i@zu1k.com>
  • Loading branch information
zu1k committed Jun 4, 2022
1 parent d9a7bed commit 3567273
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 39 deletions.
50 changes: 17 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "good-mitm"
version = "0.3.0"
version = "0.3.1"
authors = ["zu1k <i@zu1k.com>"]
edition = "2021"
description = "Use MITM technology to provide features like rewrite, redirect."
Expand Down Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls-webpki"] }
rustls-pemfile = "1.0"
tokio = { version = "1", features = ["rt"] }
tokio = { version = "1", features = ["rt", "signal"] }
rustls = "0.20.6"


Expand Down
5 changes: 1 addition & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ edition = "2021"
anyhow = "1.0"
bytes = { version = "1", features = ["serde"] }
cached = "0.34"
chrono = "0.4"
cookie = "0.16"
fancy-regex = "0.10"
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["client", "http1", "server", "stream", "tcp"] }
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls-webpki"] }
hyper-rustls = { version = "0.23", features = ["http2", "webpki-tokio"] }
lazy_static = "1.4"
log = "0.4"
moka = { version = "0.8", features = ["future"] }
rcgen = { version = "0.9", features = ["x509-parser"] }
Expand All @@ -27,4 +24,4 @@ tokio = { version = "1", features = ["rt"] }
tokio-rustls = { version = "0.23", default-features = false, features = ["tls12"] }
tokio-util = { version = "0.7", features = ["io"] }
wildmatch = "2.1"
quick-js = { version = "0.4", features = ["log"] }
quick-js = { version = "0.4", features = ["log"] }

1 comment on commit 3567273

@vercel
Copy link

@vercel vercel bot commented on 3567273 Jun 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.