Skip to content

Commit ab7ee5b

Browse files
committed
upgrade prodash and crosstermion to latest versions
1 parent a9bc209 commit ab7ee5b

File tree

3 files changed

+18
-37
lines changed

3 files changed

+18
-37
lines changed

Cargo.lock

Lines changed: 15 additions & 34 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
@@ -86,10 +86,10 @@ git-repository = { version = "^0.24.0", path = "git-repository", default-feature
8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }
8787

8888
clap = { version = "3.2.5", features = ["derive", "cargo"] }
89-
prodash = { version = "19.0.0", optional = true, default-features = false }
89+
prodash = { version = "20.0.0", optional = true, default-features = false }
9090
atty = { version = "0.2.14", optional = true, default-features = false }
9191
env_logger = { version = "0.9.0", default-features = false }
92-
crosstermion = { version = "0.9.0", optional = true, default-features = false }
92+
crosstermion = { version = "0.10.1", optional = true, default-features = false }
9393
futures-lite = { version = "1.12.0", optional = true, default-features = false, features = ["std"] }
9494

9595
document-features = { version = "0.2.0", optional = true }

git-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ crc32fast = { version = "1.2.1", optional = true }
115115
sha1 = { version = "0.10.0", optional = true }
116116

117117
# progress
118-
prodash = { version = "19.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
118+
prodash = { version = "20.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
119119

120120
# pipe
121121
bytes = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)