From c5357f18e5cffeea9fe1375c21b05112e4c75dbb Mon Sep 17 00:00:00 2001 From: Guilherme Favero Ferreira Date: Tue, 29 Aug 2023 21:18:45 -0300 Subject: [PATCH] bump bigdecimal version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e424748be0..281ed9b8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ sqlx = { version = "=0.8.0-alpha.0", path = ".", default-features = false } # Common type integrations shared by multiple driver crates. # These are optional unless enabled in a workspace crate. -bigdecimal = "0.3.0" +bigdecimal = "0.4.0" bit-vec = "0.6.3" chrono = { version = "0.4.22", default-features = false } ipnetwork = "0.20.0"