fix(deps): update rust crate chrono to 0.4.23

This commit is contained in:
renovate[bot] 2022-11-12 09:44:40 +00:00
parent 1e2a6ee324
commit 78ae2e406e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -20,7 +20,7 @@ jwt = ["chrono", "serde", "jsonwebtoken"]
sha1 = { version = "0.10.5", optional = true }
sha2 = { version = "0.10.6", optional = true }
hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.22", optional = true }
chrono = { version = "0.4.23", optional = true }
serde = { version = "1.0.147", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.37"