Browse Source
Merge pull request #104 from comit-network/dependabot/cargo/rust_decimal_macros-1.16.0
Bump rust_decimal_macros from 1.15.0 to 1.16.0
no-contract-setup-message
Thomas Eizinger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
Cargo.lock
-
daemon/Cargo.toml
|
|
@ -1832,9 +1832,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rust_decimal_macros" |
|
|
|
version = "1.15.0" |
|
|
|
version = "1.16.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1927f5f2552e7c5335f2daef329de05f91efd8ec4a71c3ff4066ad45361b1df" |
|
|
|
checksum = "5732c6adfbb4bbf262b7625832174ef76ccec1786bf8badfcfd11c494214f1a9" |
|
|
|
dependencies = [ |
|
|
|
"quote", |
|
|
|
"rust_decimal", |
|
|
|
|
|
@ -18,7 +18,7 @@ rocket-basicauth = { version = "2", default-features = false } |
|
|
|
rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", features = ["sqlx_sqlite"] } |
|
|
|
rust-embed = "6.2" |
|
|
|
rust_decimal = { version = "1.16", features = ["serde-float", "serde-arbitrary-precision"] } |
|
|
|
rust_decimal_macros = "1.15" |
|
|
|
rust_decimal_macros = "1.16" |
|
|
|
serde = { version = "1", features = ["derive"] } |
|
|
|
serde_json = "1" |
|
|
|
serde_with = { version = "1", features = ["macros"] } |
|
|
|