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 }