Skip to content

Commit 25e7292

Browse files
Julius de Bruijnabonander
Julius de Bruijn
authored andcommitted
Update to bigdecimal 0.2 and num-bigint 0.3
1 parent 333ee69 commit 25e7292

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

+16-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ahash = "0.5"
4646
atoi = "0.3.2"
4747
sqlx-rt = { path = "../sqlx-rt", version = "0.1.1" }
4848
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" }
5050
rust_decimal = { version = "1.7.0", optional = true }
5151
bit-vec = { version = "0.6.2", optional = true }
5252
bitflags = { version = "1.2.1", default-features = false }
@@ -73,7 +73,7 @@ libsqlite3-sys = { version = "0.20.1", optional = true, default-features = false
7373
log = { version = "0.4.8", default-features = false }
7474
md-5 = { version = "0.9.0", default-features = false, optional = true }
7575
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" ] }
7777
once_cell = "1.4.0"
7878
percent-encoding = "2.1.0"
7979
parking_lot = "0.11.0"

0 commit comments

Comments
 (0)