From fa9deaa18265b1a6bfacb00bf013106b53684608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:25:32 +0000 Subject: [PATCH] chore(deps): update time requirement from >=0.3.0, <0.3.32 to >=0.3.0, <0.3.35 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.34) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibc-primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-primitives/Cargo.toml b/ibc-primitives/Cargo.toml index 2c3592ebc..800b82cbd 100644 --- a/ibc-primitives/Cargo.toml +++ b/ibc-primitives/Cargo.toml @@ -25,7 +25,7 @@ displaydoc = { workspace = true } prost = { version = "0.12", default-features = false } schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } -time = { version = ">=0.3.0, <0.3.32", default-features = false } +time = { version = ">=0.3.0, <0.3.35", default-features = false } # ibc dependencies ibc-proto = { workspace = true }