From 793d1c1ea40fff3222100078c5aa95ee31e993a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:13:28 +0000 Subject: [PATCH] Bump serde-generate from 0.14.1 to 0.14.2 Bumps [serde-generate](https://github.com/novifinancial/serde-reflection) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/novifinancial/serde-reflection/releases) - [Commits](https://github.com/novifinancial/serde-reflection/commits) Signed-off-by: dependabot[bot] Closes: #6136 --- Cargo.lock | 8 ++++---- common/libradoc/Cargo.toml | 2 +- language/transaction-builder/generator/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e979b98f66b2..930060928a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2554,7 +2554,7 @@ dependencies = [ "once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", - "serde-generate 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-generate 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde-reflection 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5290,7 +5290,7 @@ dependencies = [ [[package]] name = "serde-generate" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6327,7 +6327,7 @@ dependencies = [ "libra-workspace-hack 0.1.0", "move-core-types 0.1.0", "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serde-generate 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-generate 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde-reflection 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7215,7 +7215,7 @@ dependencies = [ "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)" = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" -"checksum serde-generate 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2afefd806c939d7400df66f8963e1c192ae12fee3c28a80a1a37da603a5c860d" +"checksum serde-generate 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7f3867c5c27f7639bb21c6e85f416cb8b36bbff0b154a7e82211ab33b5bc0e6" "checksum serde-name 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87442b7a30baedc6e8875cb7156cb0e2cf41cdd9f13c34de73090c463f028bd8" "checksum serde-reflection 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "695ca48311bdeac687d09bbd558de507f0874a401c56cce52ee5665705f817f3" "checksum serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" diff --git a/common/libradoc/Cargo.toml b/common/libradoc/Cargo.toml index 51ea3bf19202..3eb297ff2a8e 100644 --- a/common/libradoc/Cargo.toml +++ b/common/libradoc/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] serde_yaml = "0.8.13" serde-reflection = "0.3.2" -serde-generate = "0.14.1" +serde-generate = "0.14.2" anyhow = "1.0.32" regex = "1.3.9" structopt = "0.3.17" diff --git a/language/transaction-builder/generator/Cargo.toml b/language/transaction-builder/generator/Cargo.toml index fe4ba8419d24..17cbe3725dbe 100644 --- a/language/transaction-builder/generator/Cargo.toml +++ b/language/transaction-builder/generator/Cargo.toml @@ -15,7 +15,7 @@ regex = "1.3.9" structopt = "0.3.17" textwrap = "0.12.1" serde-reflection = "0.3.2" -serde-generate = "0.14.1" +serde-generate = "0.14.2" serde_yaml = "0.8.13" libra-types = { path = "../../../types", version = "0.1.0" }