Browse Source

Bump rust_decimal_macros from 1.17.0 to 1.18.0

Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Commits](https://github.com/paupino/rust-decimal/compare/1.17.0...1.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
feature/reconnect-button
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
ef926f8525
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

@ -2467,9 +2467,9 @@ dependencies = [
[[package]]
name = "rust_decimal_macros"
version = "1.17.0"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0847e5bbcded958275518f18a567fea27e53b22b52b549cc3557c88d780b22e"
checksum = "f2a71e447554613b11da876d63d04e78fc3e8e86769488d3b58887671e23bc86"
dependencies = [
"quote",
"rust_decimal",

2
daemon/Cargo.toml

@ -28,7 +28,7 @@ rocket = { version = "0.5.0-rc.1", features = ["json"] }
rocket-basicauth = { version = "2", default-features = false }
rust-embed = "6.3"
rust_decimal = "1.18"
rust_decimal_macros = "1.17"
rust_decimal_macros = "1.18"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_plain = "1"

Loading…
Cancel
Save