Skip to content

Commit

Permalink
fix(deps): Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Oct 24, 2024
1 parent dfd7030 commit cffb643
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 33 deletions.
18 changes: 0 additions & 18 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 dynamic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ photonic = { workspace = true, features = ["boxed"] }

palette = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["full"] }
futures = { workspace = true }
async-trait = { workspace = true }

serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
serde-value = "0.7"

inventory = { version = "0.3" }

[lints]
workspace = true
5 changes: 3 additions & 2 deletions effects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dynamic = [
photonic = { workspace = true, features = ["boxed"] }
photonic-dynamic = { workspace = true, optional = true }

futures = { workspace = true }

anyhow = { workspace = true }
palette = { workspace = true, features = ["serializing"] }
rand = { workspace = true }
Expand All @@ -37,3 +35,6 @@ paste = "1.0.15"
[lints]
workspace = true

[package.metadata.cargo-machete]
ignored = ["humantime-serde"]

1 change: 0 additions & 1 deletion interface-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ photonic = { workspace = true }
palette = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["full"] }
futures = { workspace = true }

shlex = { version = "1.3" }

Expand Down
2 changes: 0 additions & 2 deletions interface-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ anyhow = { workspace = true }
futures = { workspace = true }

tonic = { version = "0.12.2" }
prost = "0.13.3"
prost-types = "0.13.3"

[lints]
workspace = true
1 change: 0 additions & 1 deletion interface-grpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ photonic-interface-grpc-proto = { version = "0.1.0", path = "../proto", features

anyhow = { workspace = true }
tokio = { workspace = true, features = ["full"] }
futures = { workspace = true }
palette = { workspace = true }

tonic = "0.12.2"
Expand Down
5 changes: 4 additions & 1 deletion interface-grpc/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ client = []
[dependencies]
tonic = "0.12.2"
prost = "0.13.3"
prost-types = "0.13.3"

[build-dependencies]
tonic-build = { version = "0.12.2" }

[lints]
workspace = true

[package.metadata.cargo-machete]
ignored = ["prost", "tonic"]

2 changes: 0 additions & 2 deletions output-split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ photonic-dynamic = { workspace = true, optional = true }
palette = { workspace = true }
anyhow = { workspace = true }

futures = { workspace = true }

serde = { version = "1.0.197", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit cffb643

Please sign in to comment.