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 }