Skip to content

Commit

Permalink
chore: Trim unused dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Mar 10, 2024
2 parents cb4c2db + 98cf576 commit fc444a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
cargo fmt --check
- name: Clippy
run: |
cargo clippy --no-deps -- -Dwarnings
cargo clippy --no-deps -- -Dwarnings -Dunused-crate-dependencies
16 changes: 0 additions & 16 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ include = ["**/*.rs", "proto/*.proto", "Cargo.toml", "LICENSE"]
tonic = { version = "0.10", features = ["tls", "transport"] }
prost = "0.12"
futures = "0.3"
futures-core = "0.3"
futures-util = "0.3"
tokio = { version = "1.0", features = [
"rt-multi-thread",
"macros",
Expand All @@ -29,9 +27,7 @@ async-stream = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
rmp = "0.8"
rmp-serde = "1.1"
rand = "0.8"

async-trait = "0.1"
anyhow = "1"
Expand All @@ -40,8 +36,6 @@ tracing-subscriber = { version = "0.3", features = ["json", "fmt", "std"] }
rcgen = "0.12.1"
base64 = "0.21"
tower-http = { version = "0.4", features = ["trace"] }
rustls = "0.21"
webpki = "0.22"
time = "0.3"
pem = "3.0"

Expand Down

0 comments on commit fc444a3

Please sign in to comment.