Skip to content

Commit

Permalink
Merge pull request #646 from swimos/unused-deps
Browse files Browse the repository at this point in the history
Removes unused dependencies
  • Loading branch information
SirCipher authored Jun 12, 2024
2 parents 3d84b23 + 6149e30 commit 2f7d9eb
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion client/fixture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
swimos_runtime = { path = "../../runtime/swimos_runtime" }
swimos_remote = { path = "../../runtime/swimos_remote" }
swimos_messages = { path = "../../runtime/swimos_messages" }
swimos_api = { path = "../../api/swimos_api" }
Expand Down
1 change: 0 additions & 1 deletion example_apps/transit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tokio-util = { workspace = true, features = ["io"] }
example-util = { path = "../example_util" }
serde = { workspace = true, features = ["derive"] }
csv = { workspace = true }
serde-xml-rs = { workspace = true }
thiserror = { workspace = true }
percent-encoding = { workspace = true }
reqwest = { workspace = true, features = ["rustls-tls", "gzip"] }
Expand Down
1 change: 0 additions & 1 deletion runtime/swimos_messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ tokio = { workspace = true, features = ["macros", "rt"] }
uuid = { workspace = true, features = ["v4"] }
swimos_utilities = { path = "../../swimos_utilities", features = ["buf_channel"] }
rand = { workspace = true }
swimos_api = { path = "../../api/swimos_api" }
1 change: 0 additions & 1 deletion runtime/swimos_remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ tls = ["rustls", "webpki", "webpki-roots", "tokio-rustls", "rustls-pemfile"]

[dependencies]
ratchet = { workspace = true, features = ["deflate", "split"] }
ratchet_fixture = { workspace = true }
bytes = { workspace = true }
flate2 = { workspace = true }
futures = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions swimos_utilities/swimos_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ name = "swimos_fs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { workspace = true, features = ["io-util"] }
tempdir = { workspace = true }
2 changes: 0 additions & 2 deletions swimos_utilities/swimos_future/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ edition = "2021"
either = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true, features = ["sync", "time"] }
tokio-util = { workspace = true, features = ["codec"] }
pin-project = { workspace = true }
swimos_trigger = { path = "../swimos_trigger" }
rand = { workspace = true }
swimos_num = { path = "../swimos_num" }

[dev-dependencies]
tokio = { workspace = true, features = ["sync", "time", "rt", "macros"] }
tokio-stream = { workspace = true }
parking_lot = { workspace = true }
1 change: 0 additions & 1 deletion swimos_utilities/swimos_route/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ authors = ["Swim Inc. developers [email protected]"]
edition = "2021"

[dependencies]
http = { workspace = true }
percent-encoding = { workspace = true }
nom = { workspace = true }
nom_locate = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions swimos_utilities/swimos_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ edition = "2021"
crossbeam-queue = { workspace = true }
futures = { workspace = true }
parking_lot = { workspace = true }
swimos_future = { path = "../swimos_future" }
swimos_num = { path = "../swimos_num" }

[dev-dependencies]
futures = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
swimos_trigger = { path = "../swimos_trigger" }

0 comments on commit 2f7d9eb

Please sign in to comment.