From a96fea08bd2e70dc43e746d49b676601faa34b86 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 29 Jan 2025 09:45:40 -0800 Subject: [PATCH] deps: update time --- 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 cdbe77b9a..7b91f6e70 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.37", default-features = false } +time = { version = ">=0.3.0, <0.3.38", default-features = false } # ibc dependencies ibc-proto = { workspace = true }