Skip to content

Commit

Permalink
chore(deps): Bump rust_decimal from 1.34.2 to 1.35.0 (#15958)
Browse files Browse the repository at this point in the history
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 Mar 28, 2024
1 parent 390465c commit 0b56ac3
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 0b56ac3

Please sign in to comment.