Bump chrono from 0.4.19 to 0.4.20

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.19...v0.4.20)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 05:32:08 +00:00 committed by Dustin J. Mitchell
parent 005aa817c6
commit 152db46ce3
3 changed files with 6 additions and 5 deletions

7
Cargo.lock generated
View file

@ -506,15 +506,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.19"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
dependencies = [
"libc",
"js-sys",
"num-integer",
"num-traits",
"serde",
"time 0.1.43",
"wasm-bindgen",
"winapi 0.3.9",
]

View file

@ -19,7 +19,7 @@ clap = "^3.2.10"
log = "^0.4.17"
env_logger = "^0.9.0"
rusqlite = { version = "0.28", features = ["bundled"] }
chrono = { version = "^0.4.10", features = ["serde"] }
chrono = { version = "^0.4.20", features = ["serde"] }
[dev-dependencies]
actix-rt = "^1.1.1"

View file

@ -14,7 +14,7 @@ edition = "2018"
uuid = { version = "^1.1.2", features = ["serde", "v4"] }
serde = { version = "^1.0.142", features = ["derive"] }
serde_json = "^1.0"
chrono = { version = "^0.4.10", features = ["serde"] }
chrono = { version = "^0.4.20", features = ["serde"] }
anyhow = "1.0"
thiserror = "1.0"
ureq = "^2.5.0"