From 0dfb56e94dde567e523974f35c22e2ec7bc14d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:22:11 +0000 Subject: [PATCH] build(deps): 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 ++++--- tough/Cargo.toml | 2 +- tuftool/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af787b3e..5819260a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,15 +150,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", + "wasm-bindgen", "winapi", ] diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4647b1b7..0968d3c7 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["tuf", "update", "repository"] edition = "2018" [dependencies] -chrono = { version = "0.4.11", features = ["serde"] } +chrono = { version = "0.4.20", features = ["serde"] } dyn-clone = "1.0.5" globset = { version = "0.4.8" } hex = "0.4.2" diff --git a/tuftool/Cargo.toml b/tuftool/Cargo.toml index 04cc17d1..0ec0b558 100644 --- a/tuftool/Cargo.toml +++ b/tuftool/Cargo.toml @@ -16,7 +16,7 @@ rusoto-native-tls = ["rusoto_core/native-tls", "rusoto_credential", "rusoto_ssm/ rusoto-rustls = ["rusoto_core/rustls", "rusoto_credential", "rusoto_ssm/rustls", "rusoto_kms/rustls",] [dependencies] -chrono = "0.4.11" +chrono = "0.4.20" hex = "0.4.2" log = "0.4.8" maplit = "1.0.1"