Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Recommended by cargo-machete
  • Loading branch information
junhochoi committed Jul 12, 2024
1 parent d9baf1b commit 8a5300d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion qlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ license = "BSD-2-Clause"
[dependencies]
serde = { version = "1.0.139", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_derive = "1.0"
serde_with = { version = "3.0.0", default-features = false, features = ["macros"] }
smallvec = { version = "1.10", features = ["serde"] }
4 changes: 1 addition & 3 deletions tools/http3_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ publish = false
test_resets = []

[dependencies]
docopt = "1"
env_logger = "0.10"
mio = { version = "0.8", features = ["net", "os-poll"] }
url = "1"
log = "0.4"
ring = "0.17"
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1.0"
quiche = { path = "../../quiche"}

0 comments on commit 8a5300d

Please sign in to comment.