From 1943377cae1f71e062492878281300f3673e4963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:47:15 +0000 Subject: [PATCH] Update bigdecimal requirement from ^0.3 to ^0.4 Updates the requirements on [bigdecimal](https://github.com/akubera/bigdecimal-rs) to permit the latest version. - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.3.0...v0.4.5) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b74c5e..90d910c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ jsonwebtoken = "9" reqwest = { version = "0.12", default-features = true, features = ["json"] } tokio = { version = "1", default-features = false, features = ["time"] } thiserror = "1" -bigdecimal = { version = "^0.3", features = ["serde"] } +bigdecimal = { version = "^0.4", features = ["serde"] } url = "2" chrono = { version = "0.4", default-features = true, features = ["serde"] } tracing = { version = "0.1" }