Skip to content

Commit 54ed403

Browse files
authored
Merge pull request #7 from sgbasaraner/dependabot-fix
Dependabot fix
2 parents 3744a56 + 0f6acb2 commit 54ed403

File tree

2 files changed

+216
-72
lines changed

2 files changed

+216
-72
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yee"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Sarp Basaraner <sarpbasaraner@gmail.com>"]
55

66
description = "A cross-platform, command line Yeelight client."
@@ -9,4 +9,4 @@ keywords = ["yeelight", "cli"]
99
license = "MIT"
1010

1111
[dependencies]
12-
prettytable-rs = "^0.6"
12+
prettytable-rs = "^0.9"

0 commit comments

Comments
 (0)