From f1345cb407fe1b8d6de51798d618c92e3cebb984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:57:58 +0000 Subject: [PATCH] chore(deps): update time requirement from >=0.3.0, <0.3.37 to >=0.3.0, <0.3.38 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.37) --- 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 7f8432e7d..7034aaff4 100644 --- a/ibc-primitives/Cargo.toml +++ b/ibc-primitives/Cargo.toml @@ -26,7 +26,7 @@ displaydoc = { workspace = true } prost = { workspace = true } schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } -time = { version = ">=0.3.0, <0.3.37", default-features = false } +time = { version = ">=0.3.0, <0.3.38", default-features = false } # ibc dependencies ibc-proto = { workspace = true }