Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jun 18, 2024
1 parent 8d68d8e commit 14a97bc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion elfo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ smallbox = "0.8.0"
serde = { version = "1.0.120", features = ["derive", "rc"] }
derive_more = "0.99.11"
tracing = "0.1.25"
tracing-subscriber = { version = "0.3.2", default-features = false, features = ["std", "smallvec"] }
futures = "0.3.12"
static_assertions = "1.1.0"
dashmap = "5"
Expand Down
3 changes: 0 additions & 3 deletions elfo-dumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ metrics.workspace = true
bytesize.workspace = true
tokio = { version = "1", features = ["fs", "io-util", "sync"] }
serde = { version = "1.0.120", features = ["derive"] }
derive_more = "0.99.11"
serde-value = "0.7.0"
futures = "0.3.12"
tracing = "0.1.25"
fxhash = "0.2.1"
humantime-serde = "1"
Expand Down
1 change: 0 additions & 1 deletion elfo-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ network = ["elfo-macros-impl/network"]
[dependencies]
elfo-macros-impl = { version = "0.2.0-alpha.15", path = "../elfo-macros-impl" }

proc-macro2 = "1.0.24"
syn = { version = "2", features = ["parsing", "printing"] }
1 change: 0 additions & 1 deletion elfo-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ derive_more = "0.99.11"
humantime-serde = "1"
kanal = "0.1.0-pre8"
dashmap = "5"
futures-intrusive = "0.5"
bitflags = "2.3.2"
lz4_flex = "0.11.1"
byteorder = "1.4.3"
Expand Down
1 change: 0 additions & 1 deletion elfo-telemeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ unstable = []

[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] } # TODO: do not need
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

stability.workspace = true
metrics.workspace = true
Expand Down
1 change: 0 additions & 1 deletion elfo-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ tokio = "1"
serde = { version = "1.0.120", features = ["derive", "rc"] }
serde-value = "0.7.0"
futures-intrusive = "0.5"
futures = "0.3.12"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
once_cell = { version = "1.8.0" }

0 comments on commit 14a97bc

Please sign in to comment.