From 0d813f050689e0a17d1fd12022146562a0a93ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:28:32 +0000 Subject: [PATCH] build(deps): Bump chrono from 0.4.33 to 0.4.34 (#421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.34.
Release notes

Sourced from chrono's releases.

0.4.34

Notable changes

Fixes

Additions

Changes

Documentation

Internal

Thanks to all contributors on behalf of the chrono team, @​djc and @​pitdicker!

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chrono&package-manager=cargo&previous-version=0.4.33&new-version=0.4.34)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- 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 56d21e06..d0d88361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/packages/bindings-test/Cargo.toml b/packages/bindings-test/Cargo.toml index f1ff0903..b62a1cf7 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.196" serde_json = "1.0.113" base64 = "0.21.7" -chrono = "0.4.33" +chrono = "0.4.34" diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index ea7d1ba7..69d3b099 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.33", default-features = false} +chrono = {version = "0.4.34", default-features = false} cosmwasm-std = { version = "1.5.2", features = ["stargate"]} cosmwasm-schema = "1.5.2" serde = { version = "1.0.196", default-features = false, features = ["derive"] }