From dc2ead0f46e4120d685881159bd0a153b18a6b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:18:08 +0000 Subject: [PATCH] chore(deps): update time requirement from >=0.3.0, <0.3.38 to >=0.3.0, <0.3.42 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.41) --- 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 7b91f6e70..d08c32240 100644 --- a/ibc-primitives/Cargo.toml +++ b/ibc-primitives/Cargo.toml @@ -27,7 +27,7 @@ displaydoc = { workspace = true } prost = { workspace = true } schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } -time = { version = ">=0.3.0, <0.3.38", default-features = false } +time = { version = ">=0.3.0, <0.3.42", default-features = false } # ibc dependencies ibc-proto = { workspace = true }