diff --git a/packages/osmosis-std/Cargo.toml b/packages/osmosis-std/Cargo.toml index 6df208f1..a9873ec9 100644 --- a/packages/osmosis-std/Cargo.toml +++ b/packages/osmosis-std/Cargo.toml @@ -11,7 +11,7 @@ version = "0.19.1" backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"] [dependencies] -chrono = {version = "0.4.22", default-features = false} +chrono = {version = "0.4.27", default-features = false} cosmwasm-std = {version = "1.4.0", features = ["stargate"]} osmosis-std-derive = {version = "0.16.2", path = "../osmosis-std-derive"} prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]}