Skip to content

Commit

Permalink
upgrade crosstermion, owo-colors, prodash and owo-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 29, 2023
1 parent 08bda94 commit 74334e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
48 changes: 25 additions & 23 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 @@ -175,7 +175,7 @@ clap_complete = "4.4.3"
prodash = { workspace = true, optional = true }
is-terminal = { version = "0.4.0", optional = true }
env_logger = { version = "0.10.0", default-features = false }
crosstermion = { version = "0.12.0", optional = true, default-features = false }
crosstermion = { version = "0.13.0", optional = true, default-features = false }
futures-lite = { workspace = true, optional = true }

# for 'tracing'
Expand All @@ -184,7 +184,7 @@ tracing-subscriber = { version = "0.3.17", optional = true }
tracing = { version = "0.1.37", optional = true }

# for progress
owo-colors = "3.5.0"
owo-colors = "4.0.0"
tabled = { version = "0.10.0", default-features = false }

# Avoid pre-compiled binaries, see https://github.com/serde-rs/serde/issues/2538 and https://github.com/serde-rs/serde/pull/2590
Expand Down Expand Up @@ -298,7 +298,7 @@ members = [
]

[workspace.dependencies]
prodash = { version = "27.0.0", default-features = false }
prodash = { version = "28.0.0", default-features = false }
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
faster-hex = { version = "0.9.0" }

Expand Down

0 comments on commit 74334e6

Please sign in to comment.