From 74c63d80b19b326090cb479b8ed55e29c3d22fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:18:57 +0000 Subject: [PATCH] chore(deps): update time requirement from >=0.3.0, <0.3.30 to >=0.3.0, <0.3.31 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.30) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 aca555c97..09199fb77 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -52,7 +52,7 @@ mocks = ["tendermint-testgen", "parking_lot", "typed-builder", "std"] # Proto definitions for all IBC-related interfaces, e.g., connections or channels. ibc-proto = { version = "0.37.1", default-features = false } ics23 = { version = "0.11", default-features = false, features = ["host-functions"] } -time = { version = ">=0.3.0, <0.3.30", default-features = false } +time = { version = ">=0.3.0, <0.3.31", 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 = { package = "serde-json-wasm", version = "1.0.0" , default-features = false, optional = true}