diff --git a/Cargo.lock b/Cargo.lock index 587d0f8..db0d8c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,9 +1906,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.26.1" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903d8db81d2321699ca8318035d6ff805c548868df435813968795a802171b2" +checksum = "5a7e2dba1342e9f1166786a4329ba0d6d6b8d9db7e81d702ec9ba3b39591ddff" dependencies = [ "quote", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index 64010ab..18efc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.17" jsonwebtoken = "8" csv = "1.1.6" rust_decimal = "1.27.0" -rust_decimal_macros = "1.20" +rust_decimal_macros = "1.27" thiserror = "1.0.37" actix-web = "4.2.1" tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }