diff --git a/Cargo.lock b/Cargo.lock index d2d81d3..fda2a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,14 +172,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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", "time 0.1.44", + "wasm-bindgen", "winapi 0.3.9", ] diff --git a/Cargo.toml b/Cargo.toml index 25a1ed9..cb20003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tempfile = "3.3.0" irc = "0.13.6" tokio-core = "0.1.18" rusqlite = "0.14.0" -chrono = "0.4.19" +chrono = "0.4.20" docopt = "1.1.1" serde = "1.0.136" serde_derive = "1.0.104"