Skip to content

Commit

Permalink
chore(deps): Bump rust_decimal from 1.34.2 to 1.35.0
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.34.2 to 1.35.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.34.2...1.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent e627002 commit 84f9a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
20 changes: 3 additions & 17 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 src/tests/e2e_extended_mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = { version = "1", features = ["backtrace"] }
chrono = { version = "0.4", features = ['serde'] }
clap = { version = "4", features = ["derive"] }
pg_interval = "0.4"
rust_decimal ={ version = "1.34", features = ["db-postgres"] }
rust_decimal ={ version = "1.35", features = ["db-postgres"] }
tokio = { version = "0.2.24", package = "madsim-tokio", features = ["rt", "macros","rt-multi-thread"] }
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
tracing = "0.1"
Expand Down

0 comments on commit 84f9a10

Please sign in to comment.