Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bump unicase from 2.5.1 to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 12, 2019
1 parent 2bd518d commit 6cc7ee4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ structopt = "0.3"
quest = "0.3"
secstr = { version = "0.3.2", features = ["serde"] }
hex = "0.4"
unicase = "2.5"
unicase = "2.6"
chrono = "0.4"
pbr = "1.0"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion client-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log ="0.4.8"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.1.22", default-features = false, features = ["rt-full"] }
tiny-bip39 = { version = "0.6", default-features = false }
unicase = "2.5.1"
unicase = "2.6.0"
lazy_static = "1.4.0"
ring = "0.16.9"

Expand Down

0 comments on commit 6cc7ee4

Please sign in to comment.