Skip to content

Commit

Permalink
fix(deps): update uuid, colored,toml, serde, simple-home-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Aug 2, 2024
1 parent 4f85edb commit 7612b7b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 72 deletions.
87 changes: 20 additions & 67 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository = "https://github.com/kyu08/fzf-make"

[dependencies]
regex = "1.10.4"
uuid = { version = "1.8.0", features = ["serde", "v4"] }
colored = "2"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
colored = "2.1.0"
crossterm = "0.27.0"
fuzzy-matcher = "0.3.7"
vt100 = "0.15.2"
Expand All @@ -21,6 +21,6 @@ tui-term = "0.1.12"
anyhow = "1.0.82"
ratatui = "0.27.0"
tui-textarea = "0.5.2"
toml = "0.8.12"
serde = {version = "1.0.200", features = ["derive"]}
simple-home-dir = "0.3.3"
toml = "0.8.19"
serde = {version = "1.0.204", features = ["derive"]}
simple-home-dir = "0.4.0"

0 comments on commit 7612b7b

Please sign in to comment.