Bump chrono from 0.4.9 to 0.4.10 (#7113)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-11-25 10:01:46 -08:00
committed by Grimes
parent d8bc828839
commit 686aa3a150
10 changed files with 24 additions and 25 deletions

View File

@ -17,7 +17,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git
bincode = "1.2.0"
bs58 = "0.3.0"
byteorder = "1.3.2"
chrono = { version = "0.4.9", features = ["serde"] }
chrono = { version = "0.4.10", features = ["serde"] }
core_affinity = "0.5.9"
crc = { version = "1.9.0", optional = true }
crossbeam-channel = "0.3"