Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Dec 4, 2023
1 parent 8d4e023 commit 505d134
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ prettytable-rs = { version = "^0.10.0", default-features = false }
serde = { version = "^1.0.188", features = ["derive"] }
serde_json = "^1.0.107"
time = "^0.3.29"
rand = "^0.8.5"
regex = "^1.10.0"
slab = "^0.4.9"
smol = "^1.3.0"
tempfile = "^3.8.0"
termion = "^2.0.1"
Expand Down
1 change: 0 additions & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ hyper-rustls = { version = "^0.24.1", default-features = false, features = ["web
libc = "^0.2.149"
mio = "^0.8.8"
rustls = { version = "^0.21.7", features = ["dangerous_configuration"] }
slab = "^0.4.9"
time = "^0.3.29"
tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] }

Expand Down
1 change: 0 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ slab = "^0.4.9"
socket2 = { version = "^0.5.4", features = ["all"] }
thiserror = "^1.0.49"
time = "^0.3.29"
x509-parser = "^0.15.1"
once_cell = "1.18.0"

sozu-command-lib = { path = "../command", version = "^0.15.17" }
Expand Down

0 comments on commit 505d134

Please sign in to comment.