From 8c30293ff798919f65c55ae4d0c4dcf9a65edcb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:38:11 +0000 Subject: [PATCH] chore(deps): update time requirement from >=0.3.0, <0.3.31 to >=0.3.0, <0.3.32 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.31) --- 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 149e4a55c..2c3592ebc 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.31", default-features = false } +time = { version = ">=0.3.0, <0.3.32", default-features = false } # ibc dependencies ibc-proto = { workspace = true }