From 152db46ce39f29bd452e7f99d04c2f09cf6087e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 05:32:08 +0000 Subject: [PATCH] Bump chrono from 0.4.19 to 0.4.20 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.19...v0.4.20) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- taskchampion/sync-server/Cargo.toml | 2 +- taskchampion/taskchampion/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06b285b4e..2ef202bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,15 +506,16 @@ 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", "serde", "time 0.1.43", + "wasm-bindgen", "winapi 0.3.9", ] diff --git a/taskchampion/sync-server/Cargo.toml b/taskchampion/sync-server/Cargo.toml index eef34325c..117bcb0ec 100644 --- a/taskchampion/sync-server/Cargo.toml +++ b/taskchampion/sync-server/Cargo.toml @@ -19,7 +19,7 @@ clap = "^3.2.10" log = "^0.4.17" env_logger = "^0.9.0" rusqlite = { version = "0.28", features = ["bundled"] } -chrono = { version = "^0.4.10", features = ["serde"] } +chrono = { version = "^0.4.20", features = ["serde"] } [dev-dependencies] actix-rt = "^1.1.1" diff --git a/taskchampion/taskchampion/Cargo.toml b/taskchampion/taskchampion/Cargo.toml index 8f2cc2221..4646aab5f 100644 --- a/taskchampion/taskchampion/Cargo.toml +++ b/taskchampion/taskchampion/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" uuid = { version = "^1.1.2", features = ["serde", "v4"] } serde = { version = "^1.0.142", features = ["derive"] } serde_json = "^1.0" -chrono = { version = "^0.4.10", features = ["serde"] } +chrono = { version = "^0.4.20", features = ["serde"] } anyhow = "1.0" thiserror = "1.0" ureq = "^2.5.0"