Skip to content

Commit

Permalink
Misc dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shizcow committed Mar 13, 2023
1 parent fb29223 commit a665ea6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ clean: scaffold
rm -f vgcore* massif* src/build/Cargo.toml
rm -rf target
rm -rf dmenu-* # distribution files
rm -f src/Cargo.lock

version:
@echo -n "${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion src/build/CargoSource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "dmenu"
path = "../dmenu/main.rs"

[dependencies]
clap = { version = "2.33.1", features = ["yaml"]}
clap = { version = "2.33.3", features = ["yaml"]}
clipboard = "0.5"
itertools = "0.9"
lazy_static = "1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions src/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "src/list_plugins.rs"

[dependencies]
glob = "0.3.0"
itertools = "0.9.0"
itertools = "0.10.5"
man_dmenu = { path = "../man" }
prettytable-rs = "0.8.0"
prettytable-rs = "0.10.0"
termcolor = "1.1"
yaml-rust = "^0.3"
yaml-rust = "0.4.5"
2 changes: 1 addition & 1 deletion src/headers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
termcolor = "1.1"

[build-dependencies]
bindgen = "0.53.2"
bindgen = "0.64.0"
2 changes: 1 addition & 1 deletion src/man/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Shizcow <[email protected]>"]
edition = "2018"

[dependencies]
itertools = "0.9.0"
itertools = "0.10.5"
2 changes: 1 addition & 1 deletion src/stest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.0.0"
edition = "2021"

[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
clap = { version = "4.1.8", features = ["derive"] }

0 comments on commit a665ea6

Please sign in to comment.