Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: x1b6e6 <[email protected]>
  • Loading branch information
x1b6e6 committed Dec 11, 2021
1 parent 3a64db2 commit 544b294
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 61 deletions.
93 changes: 38 additions & 55 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ license = "MIT"
edition = "2018"

[dependencies]
evdev-rs-tokio = "0.4"
clap = "2.33"
nix = "0.23"
evdev-rs-tokio = "0.4.0"
clap = "2.34.0"
nix = "0.23.0"
async-stream = "0.3.2"
futures-core = "0.3.17"
futures-util = "0.3.17"
futures-core = "0.3.18"
futures-util = "0.3.18"

[dependencies.tokio]
version = "1.12.0"
version = "1.14.0"
features = [
"fs",
"macros",
Expand Down

0 comments on commit 544b294

Please sign in to comment.