From 2403dc3cef595454cf0629cfe15dcd8b176f56a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:11:53 -0700 Subject: [PATCH] Update time requirement from >=0.3.0, <0.3.22 to >=0.3.0, <0.3.23 (#714) Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.0...v0.3.22) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/ibc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index c82fdb931..c7f1e4e6e 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -51,7 +51,7 @@ mocks-no-std = ["cfg-if"] # Proto definitions for all IBC-related interfaces, e.g., connections or channels. ibc-proto = { version = "0.30.0", default-features = false } ics23 = { version = "0.9.0", default-features = false, features = ["host-functions"] } -time = { version = ">=0.3.0, <0.3.22", default-features = false } +time = { version = ">=0.3.0, <0.3.23", default-features = false } serde_derive = { version = "1.0.104", default-features = false, optional = true } serde = { version = "1.0", default-features = false, optional = true } serde_json = { version = "1", default-features = false, optional = true }