From 109b87f22208b7f3cbd528e277d8097eb921b2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:34:30 +0000 Subject: [PATCH] build(deps): Bump prost-types from 0.12.1 to 0.12.3 (#373) Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.1 to 0.12.3.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prost-types&package-manager=cargo&previous-version=0.12.1&new-version=0.12.3)](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/Cargo.toml | 2 +- packages/proto-build/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e4cec5b..9107d233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,9 +987,9 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf" +checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e" dependencies = [ "prost", ] diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index 7a15edbe..c662b4d4 100644 --- a/packages/bindings/Cargo.toml +++ b/packages/bindings/Cargo.toml @@ -26,7 +26,7 @@ cosmwasm-std = { version = "1.5.0", features = ["stargate"]} cosmwasm-schema = "1.5.0" serde = { version = "1.0.193", default-features = false, features = ["derive"] } prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]} -prost-types = {version = "0.12.1", default-features = false} +prost-types = {version = "0.12.3", default-features = false} serde-cw-value = "0.7.0" desmos-mock = { version = "3.0.0", path = "../mock" } schemars = "0.8.16" diff --git a/packages/proto-build/Cargo.toml b/packages/proto-build/Cargo.toml index 53a23e9b..af32a3a4 100644 --- a/packages/proto-build/Cargo.toml +++ b/packages/proto-build/Cargo.toml @@ -12,7 +12,7 @@ pretty_env_logger = "0.5.0" prettyplease = "0.2.15" prost = "0.12.3" prost-build = "0.12.1" -prost-types = "0.12.1" +prost-types = "0.12.3" quote = "1.0.33" regex = "1" syn = {version = "2.0.39", features = ["full", "parsing", "extra-traits"]}