Skip to content

Commit

Permalink
upgraded a handful of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby committed Mar 8, 2024
1 parent ef9f82e commit 586f17d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ named_colors = []
[dependencies]
glam = { version = "0.25", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
palette = { version = "0.7.3", default-features = false, features = [
palette = { version = "0.7", default-features = false, features = [
"std",
"approx",
] }
toml = "0.8.0"
smallvec = "1.11.2"
toml = "0.8"
smallvec = "1.13"
compact_str = { version = "0.7", optional = true }
spin_sleep = { version = "1.1.1", optional = true }
spin_sleep = { version = "1.2", optional = true }

[dev-dependencies]
criterion = {version = "0.5.1", default-features = false, features = ["cargo_bench_support"]}
ratatui = "0.26.0"
ratatui = "0.26"
crossterm = {version = "0.27.0"}
rand = {version = "0.8.5", default-features = false, features = ["std", "std_rng"]}

Expand Down

0 comments on commit 586f17d

Please sign in to comment.