Skip to content

Commit

Permalink
build(deps): Bump chrono from 0.4.34 to 0.4.35
Browse files Browse the repository at this point in the history
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](chronotope/chrono@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent bb891b0 commit 39df34b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 39df34b

Please sign in to comment.