Skip to content

Commit

Permalink
bump chrono to 0.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Sep 8, 2023
1 parent d173d77 commit 0d42b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 0d42b3f

Please sign in to comment.