diff --git a/Cargo.lock b/Cargo.lock index c11f26b6e2..a027f03f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 250b8dc369..32a3bcdff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,7 @@ harness = false anyhow = "1" async-channel = "2.5.0" base64 = "0.22" -chrono = { version = "0.4.42", default-features = false } +chrono = { version = "0.4.43", default-features = false } deltachat-contact-tools = { path = "deltachat-contact-tools" } deltachat-jsonrpc = { path = "deltachat-jsonrpc", default-features = false } deltachat = { path = ".", default-features = false }