diff options
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index fe5235faef..094158cb01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,15 +285,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" +checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0" dependencies = [ - "libc", + "js-sys", "num-integer", "num-traits", "serde", "time 0.1.43", + "wasm-bindgen", "winapi", ] |
