From 45872876d52dbcd2a2568d8ae1a30efb20373c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:02:11 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.20 to 0.4.21 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.21. - [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.20...v0.4.21) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- apps/sdk/Cargo.toml | 2 +- core/Cargo.toml | 2 +- discovery/Cargo.toml | 2 +- protos/Cargo.toml | 2 +- store/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c630718b..fe31f90bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,10 +482,11 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0" +checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb" dependencies = [ + "iana-time-zone", "js-sys", "num-integer", "num-traits", diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index 4e6accc6a..3beaf15a6 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.4.0" log = "0.4.17" quote = "1.0.21" thiserror = "1.0.32" -chrono = { version = "0.4.20", default-features = false, features = [] } +chrono = { version = "0.4.21", default-features = false, features = [] } [dev-dependencies] tokio = { version = "1.20.1", features = ["macros"], default-features = false } diff --git a/core/Cargo.toml b/core/Cargo.toml index 0b26f095c..9daa6d068 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,7 +32,7 @@ anyhow = "1.0.60" bs58 = "0.4.0" byteorder = "1.4.3" bytes = "1.2.1" -chrono = "0.4.20" +chrono = "0.4.21" exocore-protos = {version = "0.1.23", path = "../protos"} futures = { version = "0.3.21", features = ["async-await"] } libp2p = { version = "0.46.1", features = ["noise", "secp256k1"], default-features = false } diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index c3355ba2c..6bad546c3 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -16,7 +16,7 @@ server = ["hyper", "tokio"] [dependencies] anyhow = "1.0.60" base64 = "0.13.0" -chrono = { version = "0.4.20", features = ["serde"] } +chrono = { version = "0.4.21", features = ["serde"] } futures = "0.3.21" log = "0.4.17" rand = "0.8" diff --git a/protos/Cargo.toml b/protos/Cargo.toml index 8e095d738..1afc66480 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -13,7 +13,7 @@ version = "0.1.23" anyhow = "1.0.60" base64 = "0.13.0" capnp = { version = "0.14.8", features = ["sync_reader"] } -chrono = "0.4.20" +chrono = "0.4.21" prost = "0.11.0" prost-types = "0.11.1" protobuf = "3.1.0" diff --git a/store/Cargo.toml b/store/Cargo.toml index 549b4f030..65b963f31 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -31,7 +31,7 @@ tests-utils = [] anyhow = "1.0.60" async-trait = "0.1.57" bytes = "1.2.1" -chrono = { version = "0.4.20", features = ["serde"] } +chrono = { version = "0.4.21", features = ["serde"] } exocore-protos = {version = "0.1.23", path = "../protos"} futures = "0.3.21" itertools = "0.10.3"