Skip to content

Commit

Permalink
build(deps): bump rust_decimal from 1.17.0 to 1.19.0 (iqlusioninc#934)
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.17.0 to 1.19.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Commits](paupino/rust-decimal@1.17.0...1.19.0)

---
updated-dependencies:
- dependency-name: rust_decimal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2022
1 parent 7e3c452 commit e021ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 stdtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ eyre = "0.6"
k256 = { version = "0.10", features = ["ecdsa", "sha256"] }
prost-amino = "0.6"
prost-amino-derive = "0.6"
rust_decimal = "1.13"
rust_decimal = "1.19"
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
sha2 = "0.9"
Expand Down

0 comments on commit e021ca4

Please sign in to comment.