Browse Source

Bump rust_decimal from 1.15.0 to 1.16.0

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Commits](https://github.com/paupino/rust-decimal/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
no-contract-setup-message
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
7bd2800f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      daemon/Cargo.toml

4
Cargo.lock

@ -1680,9 +1680,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5446d1cf2dfe2d6367c8b27f2082bdf011e60e76fa1fcd140047f535156d6e7"
checksum = "e0f1028de22e436bb35fce070310ee57d57b5e59ae77b4e3f24ce4773312b813"
dependencies = [
"arrayvec",
"num-traits",

2
daemon/Cargo.toml

@ -13,7 +13,7 @@ hkdf = "0.11"
rand = "0.6"
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["json"] }
rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", features = ["sqlx_sqlite"] }
rust_decimal = { version = "1.15", features = ["serde-float", "serde-arbitrary-precision"] }
rust_decimal = { version = "1.16", features = ["serde-float", "serde-arbitrary-precision"] }
rust_decimal_macros = "1.15"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Loading…
Cancel
Save