From 39df34b186c2ec6c7c1168dd9a7afc518634ffa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:28:14 +0000 Subject: [PATCH] build(deps): Bump chrono from 0.4.34 to 0.4.35 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.35. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.34...v0.4.35) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- packages/bindings-test/Cargo.toml | 2 +- packages/bindings/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 869ee0b5..c6638515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/packages/bindings-test/Cargo.toml b/packages/bindings-test/Cargo.toml index 19768be9..484037f0 100644 --- a/packages/bindings-test/Cargo.toml +++ b/packages/bindings-test/Cargo.toml @@ -13,5 +13,5 @@ test-contract = { path = "../../contracts/test-contract", version = "1.0.0" } serde = "1.0.197" serde_json = "1.0.114" base64 = "0.21.7" -chrono = "0.4.34" +chrono = "0.4.35" diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index 260b8166..44f6cf2f 100644 --- a/packages/bindings/Cargo.toml +++ b/packages/bindings/Cargo.toml @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"] all-features = true [dependencies] -chrono = {version = "0.4.34", default-features = false} +chrono = {version = "0.4.35", default-features = false} cosmwasm-std = { version = "1.5.3", features = ["stargate"]} cosmwasm-schema = "1.5.3" serde = { version = "1.0.197", default-features = false, features = ["derive"] }