Skip to content

Commit

Permalink
Deduplicate dependency to the windows-sys crate
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Jun 6, 2023
1 parent c23dad0 commit 140c410
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 94 deletions.
134 changes: 41 additions & 93 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nom = { version = "7.1", default-features = false, features = ["alloc"] }
prettytable-rs = { version = "0.10", default-features = false }
serde = { version = "1", features = ["derive"] }
textwrap = { version = "0.16", default-features = false, features = ["unicode-width", "smawk"] }
tokio = { version = "1.0", features = ["rt-multi-thread"] }
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io"] }
toml = "0.5"

Expand Down

0 comments on commit 140c410

Please sign in to comment.