Skip to content

Commit

Permalink
build(deps): Bump serde from 1.0.197 to 1.0.202
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.202)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 2a8e5f0 commit ed722b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -10,7 +10,7 @@ publish = false
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.197"
serde = "1.0.202"
serde_json = "1.0.116"
base64 = "0.22.1"
chrono = "0.4.38"
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all-features = true
chrono = {version = "0.4.38", default-features = false}
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
cosmwasm-schema = "1.5.3"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.3", default-features = false}
serde-cw-value = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ syn = "2.0.52"
[dev-dependencies]
cosmwasm-std = {version = "1.5.4", features = ["stargate"]}
prost = "0.12"
serde = "1.0.197"
serde = "1.0.202"
trybuild = {version = "1.0.89", features = ["diff"]}
desmos-mock = { version = "3.0.0", path = "../mock" }

0 comments on commit ed722b2

Please sign in to comment.