Skip to content

Commit

Permalink
Bump rust_decimal from 1.35.0 to 1.36.0 (#1736)
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.35.0 to 1.36.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.35.0...1.36.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 Nov 4, 2024
1 parent dd33dc3 commit 07734c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ colored = "2.1.0"
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
url = { version = "2.5.0", features = ["serde"] }
rust_decimal = "1.35"
rust_decimal = "1.36"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
sp-core = "31.0.0"
sp-runtime = "34.0.0"
Expand Down

0 comments on commit 07734c8

Please sign in to comment.