Skip to content

Commit

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

---
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 Jan 2, 2024
1 parent 9d73b7e commit 19ee8a2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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.0", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.193"
serde = "1.0.194"
serde_json = "1.0.108"
base64 = "0.21.5"
chrono = "0.4.31"
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.31", default-features = false}
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
cosmwasm-schema = "1.5.0"
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
serde = { version = "1.0.194", 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.43"
[dev-dependencies]
cosmwasm-std = {version = "1.5.0", features = ["stargate"]}
prost = "0.12"
serde = "1.0.193"
serde = "1.0.194"
trybuild = {version = "1.0.86", features = ["diff"]}
desmos-mock = { version = "3.0.0", path = "../mock" }

0 comments on commit 19ee8a2

Please sign in to comment.