Skip to content

Commit

Permalink
build(deps): bump rust_decimal from 1.35.0 to 1.36.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and morenol committed Sep 2, 2024
1 parent ff45213 commit eb0a7f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_yaml = { version = "0.9", default-features = false }
serde_json = { version = "1.0", default-features = false }
sqlx = { version = "0.6.3", features = ["postgres", "runtime-async-std-rustls", "decimal", "chrono", "uuid"] }
rust_decimal = { version = "1.35" }
rust_decimal = { version = "1.36" }
chrono = { version = "0.4" }
uuid = { version = "1.10", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/sql-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = { version = "0.1", default-features = false}
chrono = { version = "0.4", default-features = false }
futures = { version = "0.3", default-features = false }
itertools = "0.13"
rust_decimal = { version = "1.35", default-features = false }
rust_decimal = { version = "1.36", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"]}
serde_json = { version = "1", default-features = false }
sqlx = { version = "0.6", features = [ "runtime-async-std-rustls" , "postgres", "sqlite", "any", "decimal", "chrono", "uuid" ], default-features = false }
Expand Down

0 comments on commit eb0a7f0

Please sign in to comment.