bump bigdecimal version

This commit is contained in:
Guilherme Favero Ferreira 2023-08-29 21:18:45 -03:00 committed by Austin Bonander
parent f316b0d435
commit c5357f18e5

View File

@ -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"