Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36f951eece |
@@ -12,7 +12,7 @@ repository = "https://github.com/valknarthing/piglet"
|
||||
clap = { version = "4.4", features = ["derive", "cargo"] }
|
||||
|
||||
# Color handling
|
||||
csscolorparser = "0.8"
|
||||
csscolorparser = "0.6"
|
||||
palette = "0.7"
|
||||
|
||||
# Animation & Interpolation
|
||||
@@ -38,7 +38,7 @@ thiserror = "1.0"
|
||||
# Utilities
|
||||
itertools = "0.12"
|
||||
lazy_static = "1.4"
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user