Skip to content

Commit

Permalink
Bump chrono from 0.4.6 to 0.4.7 (solana-labs#4812)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.6...v0.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and garious committed Jun 26, 2019
1 parent 861d646 commit eb47538
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
19 changes: 10 additions & 9 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kvstore = ["solana-kvstore"]
bincode = "1.1.4"
bs58 = "0.2.0"
byteorder = "1.3.2"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.7", features = ["serde"] }
core_affinity = "0.5.9"
crc = { version = "1.8.1", optional = true }
hashbrown = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cuda = []
bincode = "1.1.4"
bs58 = "0.2.0"
bzip2 = "0.3.3"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.7", features = ["serde"] }
clap = { version = "2.33.0" }
console = "0.7.7"
dirs = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion kvstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.2"
chrono = "0.4.0"
chrono = "0.4.7"
crc = "1.8.1"
memmap = "0.7.0"
rand = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion programs/budget_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
bincode = "1.1.4"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.7", features = ["serde"] }
log = "0.4.2"
num-derive = "0.2"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assert_matches = "1.3.0"
bincode = "1.1.4"
bs58 = "0.2.0"
byteorder = "1.3.2"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.7", features = ["serde"] }
generic-array = { version = "0.13.0", default-features = false, features = ["serde"] }
hex = "0.3.2"
itertools = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://solana.com/"
[dependencies]
bincode = "1.1.4"
bs58 = "0.2.0"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.7", features = ["serde"] }
clap = "2.33.0"
dirs = "2.0.1"
log = "0.4.2"
Expand Down

0 comments on commit eb47538

Please sign in to comment.