-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from haimgel/feature/dependencies-upgrade
Dependencies upgrade
- Loading branch information
Showing
8 changed files
with
198 additions
and
227 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[package] | ||
name = "display_switch" | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
authors = ["Haim Gelfenbeyn <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "An utility to watch for USB device connect/disconnect events and switch display inputs via DDC/CI" | ||
readme = "README.md" | ||
repository = "https://github.com/haimgel/display-switch/" | ||
|
@@ -13,9 +13,9 @@ serde = { version = "^1.0", features = ["derive"] } | |
serde_json = "^1.0" | ||
|
||
[dependencies] | ||
config = "^0.11" | ||
config = { version = "^0.13", features = ["ini"], default-features = false } | ||
paste = "^1" | ||
dirs = "^3.0" | ||
dirs = "^4.0" | ||
serde = { version = "^1.0", features = ["derive"] } | ||
anyhow = "^1.0" | ||
log = "^0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.55.0 | ||
1.63.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters