Skip to content

Commit

Permalink
Bump serde-generate from 0.14.1 to 0.14.2
Browse files Browse the repository at this point in the history
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] <support@github.com>
Closes: #6136
  • Loading branch information
dependabot[bot] authored and bors-libra committed Sep 24, 2020
1 parent f3f3615 commit 793d1c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 common/libradoc/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion language/transaction-builder/generator/Cargo.toml
Expand Up @@ -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" }
Expand Down

0 comments on commit 793d1c1

Please sign in to comment.