diff --git a/ibc-primitives/Cargo.toml b/ibc-primitives/Cargo.toml index b322e3fabf..0afd834072 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.35", default-features = false } +time = { version = ">=0.3.0, <0.3.37", default-features = false } # ibc dependencies ibc-proto = { workspace = true }