fix(deps): update rust crate chrono to 0.4.20

This commit is contained in:
renovate[bot] 2022-08-04 17:43:57 +00:00
parent b9d97fb889
commit 53d9621c91
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -49,14 +49,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[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",
"time 0.1.44", "time 0.1.44",
"wasm-bindgen",
"winapi", "winapi",
] ]

View File

@ -20,7 +20,7 @@ jwt = ["chrono", "serde", "jsonwebtoken"]
sha1 = { version = "0.10.1", optional = true } sha1 = { version = "0.10.1", optional = true }
sha2 = { version = "0.10.2", optional = true } sha2 = { version = "0.10.2", optional = true }
hmac = { version = "0.12.1", optional = true } hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.19", optional = true } chrono = { version = "0.4.20", optional = true }
serde = { version = "1.0.142", optional = true } serde = { version = "1.0.142", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true } jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.32" thiserror = "1.0.32"