Skip to content

Commit

Permalink
Bump chrono-humanize from 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.1 to 0.1.2.
- [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags)
- [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.1...0.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2021
1 parent aa45e81 commit ac03485
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bincode = "1.3.1"
byteorder = "1.3.4"
chrono = { version = "0.4.11", features = ["serde"] }
chrono-humanize = "0.1.1"
chrono-humanize = "0.1.2"
crossbeam-channel = "0.4"
dlopen_derive = "0.1.4"
dlopen = "0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.7.0"
async-trait = "0.1.42"
base64 = "0.12.3"
chrono = "0.4.19"
chrono-humanize = "0.1.1"
chrono-humanize = "0.1.2"
log = "0.4.11"
mio = "0.7.6"
solana-banks-client = { path = "../banks-client", version = "=1.7.0" }
Expand Down

0 comments on commit ac03485

Please sign in to comment.