Skip to content

Commit

Permalink
upgrade to tui 0.17 and prodash 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 23, 2022
1 parent ca59e44 commit eba101a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -69,10 +69,10 @@ git-repository = { version ="^0.14.0", path = "git-repository", default-features
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.15.0", path = "git-transport" }

clap = { version = "3.0.0", features = ["derive", "cargo"] }
prodash = { version = "17.0.0", optional = true, default-features = false }
prodash = { version = "18.0.0", optional = true, default-features = false }
atty = { version = "0.2.14", optional = true, default-features = false }
env_logger = { version = "0.9.0", optional = true, default-features = false, features = ["humantime", "termcolor", "atty"] }
crosstermion = { version = "0.8.0", optional = true, default-features = false }
crosstermion = { version = "0.9.0", optional = true, default-features = false }
futures-lite = { version = "1.12.0", optional = true, default-features = false, features = ["std"] }

[profile.dev.package]
Expand Down
2 changes: 1 addition & 1 deletion git-features/Cargo.toml
Expand Up @@ -69,7 +69,7 @@ crc32fast = { version = "1.2.1", optional = true }
sha-1 = { version = "0.10.0", optional = true }

# progress
prodash = { version = "17.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
prodash = { version = "18.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }

# pipe
bytes = { version = "1.0.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion git-index/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ bstr = { version = "0.2.13", default-features = false, features = ["std"]}

serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
smallvec = "1.7.0"
atoi = "0.4.0"
atoi = "1.0.0"
bitflags = "1.3.2"

[dev-dependencies]
Expand Down

0 comments on commit eba101a

Please sign in to comment.