Bump chrono from 0.4.19 to 0.4.20 (#979)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 07:50:37 +10:00 committed by GitHub
parent bdcb3a4f6e
commit 0473b8bf55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

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

View file

@ -19,7 +19,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] }
async-trait = "^0.1.57" async-trait = "^0.1.57"
base64 = "^0.13.0" base64 = "^0.13.0"
base64urlsafedata = "0.1.0" base64urlsafedata = "0.1.0"
chrono = "^0.4.19" chrono = "^0.4.20"
compact_jwt = "^0.2.3" compact_jwt = "^0.2.3"
compiled-uuid = "0.1.2" compiled-uuid = "0.1.2"
concread = "^0.3.7" concread = "^0.3.7"