Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 9, 2024
1 parent 7c3e9c4 commit b1ddda4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ exclude = ["/.github", "/img"]
arboard = "3.4.0"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.8"
fxhash = "0.2.1"
image = "0.25.2"
ratatui = "0.28.1"
rayon = "1.10.0"
semver = "1.0.23"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
toml = "0.8.19"
tui-input = "0.10.1"
tui-tree-widget = "0.22.0"
Expand Down

0 comments on commit b1ddda4

Please sign in to comment.