Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Aug 3, 2024
1 parent 1b48e48 commit 035c2bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
45 changes: 20 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ exclude = ["/.github", "/img"]
arboard = "3.4.0"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.8"
image = "0.25.1"
image = "0.25.2"
olpc-cjson = "0.1.3"
ratatui = "0.27.0"
rayon = "1.10.0"
semver = "1.0.23"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.122"
sha1 = "0.10.6"
toml = "0.8.16"
toml = "0.8.19"
tui-input = "0.9.0"
tui-tree-widget = "0.21.0"
xdg = "2.5.2"
Expand Down

0 comments on commit 035c2bc

Please sign in to comment.