Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thorio committed Mar 17, 2024
1 parent c457fd9 commit 1f5ae65
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
77 changes: 42 additions & 35 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ members = [
]

[workspace.dependencies]
anyhow = "1.0.79"
arboard = "3.3.1"
clap = "4.5.1"
color-eyre = "0.6.2"
anyhow = "1.0.81"
arboard = "3.3.2"
clap = "4.5.3"
color-eyre = "0.6.3"
enumflags2 = "0.7.9"
fltk = "1.4.24"
fltk = "1.4.26"
freedesktop_entry_parser = "1.3.0"
fuzzy-matcher = "0.3.7"
glob = "0.3.1"
hotkey = "0.3.1"
itertools = "0.12.1"
lazy_static = "1.4.0"
log = "0.4.20"
log = "0.4.21"
mexprp = { version = "0.3.1", default-features = false }
nameof = "1.2.2"
nix = "0.27.1"
open = "5.0.1"
nix = "0.28.0"
open = "5.1.2"
procfs = "0.16.0"
rstest = "0.18.2"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
shellexpand = "3.1.0"
single-instance = "0.3.3"
stderrlog = "0.6.0"
sysinfo = "0.30.5"
sysinfo = "0.30.7"
system_shutdown = "4.0.1"
thiserror = "1.0.57"
thiserror = "1.0.58"
urlencoding = "2.1.3"
winapi = "0.3.9"

Expand Down

0 comments on commit 1f5ae65

Please sign in to comment.