Skip to content

Commit

Permalink
chore(deps): Drop unused tokio-util dep (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix authored Mar 13, 2024
1 parent c02112f commit 10ad7c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ muda = "0.9.4"
raw-window-handle = "0.5"
dioxus-core = { git = "https://github.com/satellite-im/dioxus", rev = "1dba57f39db8485ccdc03f3a6c11a6fcbb2f87f2" }
fermi = { git = "https://github.com/satellite-im/dioxus", rev = "1dba57f39db8485ccdc03f3a6c11a6fcbb2f87f2" }
tokio-util = { version = "0.7", features = ["full"] }
arboard = "3.2"
humansize = "2.1.3"
uuid = { version = "1", features = ["serde", "v4"] }
Expand Down
1 change: 0 additions & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ regex = { workspace = true }
futures = { workspace = true }
# do we really want to pull in all of tokio?
tokio = { workspace = true }
tokio-util = { workspace = true }

tempfile = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dioxus-core = { workspace = true }
kit = { workspace = true }
common = { workspace = true }
extensions = { workspace = true }
tokio-util = { workspace = true }
arboard = { workspace = true }
humansize = { workspace = true }
uuid = { workspace = true }
Expand Down

0 comments on commit 10ad7c1

Please sign in to comment.