From 60dcaebfcc4149856b003b3ebaf43bb2b5130723 Mon Sep 17 00:00:00 2001 From: Rhaki Date: Thu, 16 May 2024 19:32:24 +0200 Subject: [PATCH] chore: update chrono dependency to version 0.4.24 with default features disabled --- packages/injective-std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index 7535a9d1..fce7f26f 100644 --- a/packages/injective-std/Cargo.toml +++ b/packages/injective-std/Cargo.toml @@ -10,7 +10,7 @@ version = "1.12.10-testnet" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4.24" } +chrono = { version = "0.4.24", default-features = false } cosmwasm-std = { version = "1.5.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "iterator", "stargate" ] } osmosis-std-derive = { version = "0.20.1" } prost = { version = "0.12.3" }