Skip to content

Commit 49154d1

Browse files
committed
[bump] dependencies, fix evdev(PathBuf, Device)Bug
1 parent ed4b266 commit 49154d1

File tree

5 files changed

+124
-83
lines changed

5 files changed

+124
-83
lines changed

Cargo.lock

Lines changed: 92 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["wayland", "hotkey", "evdev"]
55
license = "BSD-2-Clause"
66
name = "Simple-Wayland-HotKey-Daemon"
77
repository = "https://git.sr.ht/~shinyzenith/swhkd"
8-
version = "1.1.4"
8+
version = "1.1.5"
99
authors = [
1010
"Shinyzenith <aakashsensharma@gmail.com>\n",
1111
"Angelo Fallaria <ba.fallaria@gmail.com>\n",
@@ -20,17 +20,17 @@ exclude = [
2020
]
2121

2222
[dependencies]
23-
clap = "3.1"
24-
env_logger = "0.8.4"
25-
evdev = { version = "0.11.3", features = ["tokio"] }
26-
log = "0.4.0"
23+
clap = "3.1.5"
24+
env_logger = "0.9.0"
25+
evdev = { version = "0.11.5", features = ["tokio"] }
26+
log = "0.4.14"
2727
nix = "0.23.1"
28-
sysinfo = "0.23.0"
29-
itertools = "0.10"
28+
sysinfo = "0.23.5"
29+
itertools = "0.10.3"
3030
signal-hook = "0.3.13"
31-
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
32-
tokio = { version = "1", features = ["full"] }
33-
tokio-stream = "0.1"
31+
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
32+
tokio = { version = "1.17.0", features = ["full"] }
33+
tokio-stream = "0.1.8"
3434

3535
[[bin]]
3636
name = "swhkd"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<p align="center">
77
<a href="./LICENSE.md"><img src="https://img.shields.io/github/license/waycrate/swhkd?style=flat-square&logo=appveyor"></a>
8-
<img src="https://img.shields.io/badge/cargo-v1.1.4-green?style=flat-square&logo=appveyor">
8+
<img src="https://img.shields.io/badge/cargo-v1.1.5-green?style=flat-square&logo=appveyor">
99
<img src="https://img.shields.io/github/issues/waycrate/swhkd?style=flat-square&logo=appveyor">
1010
<img src="https://img.shields.io/github/forks/waycrate/swhkd?style=flat-square&logo=appveyor">
1111
<img src="https://img.shields.io/github/stars/waycrate/swhkd?style=flat-square&logo=appveyor">

build.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)