Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Aug 6, 2024
1 parent fe93fa2 commit 0890163
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
56 changes: 29 additions & 27 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 @@ -22,12 +22,12 @@ strip = true

[dependencies]
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
colorgrad = { git = "https://github.com/mazznoer/colorgrad-rs.git", features = ["lab", "ggr"] }
csscolorparser = { git = "https://github.com/mazznoer/csscolorparser-rs.git" }
colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }
csscolorparser = { version = "0.7.0" }
svg = "0.17.0"
terminal_size = "0.3.0"

[build-dependencies]
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
clap_complete = "4.5.8"
colorgrad = { git = "https://github.com/mazznoer/colorgrad-rs.git", features = ["lab", "ggr"] }
colorgrad = { version = "0.7.0", features = ["lab", "ggr"] }

0 comments on commit 0890163

Please sign in to comment.