@@ -46,7 +46,7 @@ ahash = "0.5"
46
46
atoi = " 0.3.2"
47
47
sqlx-rt = { path = " ../sqlx-rt" , version = " 0.1.1" }
48
48
base64 = { version = " 0.13.0" , default-features = false , optional = true , features = [ " std" ] }
49
- bigdecimal_ = { version = " 0.1 .0" , optional = true , package = " bigdecimal" }
49
+ bigdecimal_ = { version = " 0.2 .0" , optional = true , package = " bigdecimal" }
50
50
rust_decimal = { version = " 1.7.0" , optional = true }
51
51
bit-vec = { version = " 0.6.2" , optional = true }
52
52
bitflags = { version = " 1.2.1" , default-features = false }
@@ -73,7 +73,7 @@ libsqlite3-sys = { version = "0.20.1", optional = true, default-features = false
73
73
log = { version = " 0.4.8" , default-features = false }
74
74
md-5 = { version = " 0.9.0" , default-features = false , optional = true }
75
75
memchr = { version = " 2.3.3" , default-features = false }
76
- num-bigint = { version = " 0.2 .0" , default-features = false , optional = true , features = [ " std" ] }
76
+ num-bigint = { version = " 0.3 .0" , default-features = false , optional = true , features = [ " std" ] }
77
77
once_cell = " 1.4.0"
78
78
percent-encoding = " 2.1.0"
79
79
parking_lot = " 0.11.0"
0 commit comments