Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Bump rust_decimal from 1.32.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.32.0 to 1.33.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.32.0...1.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2023
1 parent ccdaa45 commit 9380af0
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 oapth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotenv = { default-features = false, optional = true, version = "0.15" }
futures = { default-features = false, optional = true, version = "0.3" }
proc-macro2 = { default-features = false, optional = true, version = "1.0" }
quote = { default-features = false, optional = true, version = "1.0" }
rust_decimal = { default-features = false, optional = true, version = "1.0" }
rust_decimal = { default-features = false, optional = true, version = "1.33" }
smallvec = { default-features = false, features = ["const_generics", "union"], optional = true, version = "1.11" }
sqlx-core = { default-features = false, optional = true, version = "0.7" }
sqlx-mysql = { default-features = false, optional = true, version = "0.7" }
Expand Down

0 comments on commit 9380af0

Please sign in to comment.