Merge pull request 'Update Rust crate chrono to 0.4.26' (#125) from renovate/chrono-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #125
This commit is contained in:
Pierre HUBERT 2023-05-31 09:39:13 +00:00
commit b51f0c8ca0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -740,9 +740,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.25"
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@ -37,5 +37,5 @@ webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation
url = "2.3.1"
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
bincode = "2.0.0-rc.3"
chrono = "0.4.25"
chrono = "0.4.26"
lazy_static = "1.4.0"