Skip to content

Commit 067a822

Browse files
committed
upgrade prodash to latest version
That way, `time` isn't in the dependency tree anymore, replaced with `jiff`.
1 parent 5871fb1 commit 067a822

File tree

2 files changed

+78
-29
lines changed

2 files changed

+78
-29
lines changed

Cargo.lock

Lines changed: 76 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ clap_complete = "4.4.3"
176176
prodash = { workspace = true, optional = true }
177177
is-terminal = { version = "0.4.0", optional = true }
178178
env_logger = { version = "0.10.0", default-features = false }
179-
crosstermion = { version = "0.13.0", optional = true, default-features = false }
179+
crosstermion = { version = "0.14.0", optional = true, default-features = false }
180180
futures-lite = { workspace = true, optional = true }
181181

182182
# for 'tracing'
@@ -298,7 +298,7 @@ members = [
298298
]
299299

300300
[workspace.dependencies]
301-
prodash = { version = "28.0.0", default-features = false }
301+
prodash = { version = "29.0.0", default-features = false }
302302
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
303303
faster-hex = { version = "0.9.0", default-features = false }
304304
reqwest = { version = "0.12.0", default-features = false, features = ["charset", "http2", "macos-system-configuration"] } # all but the 'default-tls' feature

0 commit comments

Comments
 (0)