Browse Source

Merge pull request #19 from juan-leon/dependabot/cargo/chrono-0.4.24

build(deps): bump chrono from 0.4.23 to 0.4.24
pull/26/head
juanleon lahoz 3 years ago committed by GitHub
parent
commit
99b3a0932c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -95,9 +95,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.23"
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
"js-sys",

2
Cargo.toml

@ -30,7 +30,7 @@ yansi = "^0"
atty = "^0"
derive_builder = "^0"
regex = "^1.7"
chrono = "^0.4.23"
chrono = "^0.4.24"
humantime = "^2"
simplelog = "^0"
log = "^0"

Loading…
Cancel
Save