fix: adjust chrono dependency requirement (#680)

pull/688/head authenticator-js-v2.0.0-alpha.2
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent 0fc910a9f3
commit 76cfdc32b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ once_cell = "1"
sha2 = "0.10"
base64 = "0.21"
u2f = "0.2"
chrono = "<=0.4.29"
chrono = ">= 0.4.0, <0.4.30"
[dev-dependencies]
rand = "0.8"

Loading…
Cancel
Save