Skip to content

Commit c7478dc

Browse files
e00Eabonander
andauthored
Update BigDecimal dependency (#1529)
* Update BigDecimal dependency * rebase onto master Co-authored-by: Austin Bonander <[email protected]>
1 parent 17760d0 commit c7478dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ahash = "0.7.6"
105105
atoi = "0.4.0"
106106
sqlx-rt = { path = "../sqlx-rt", version = "0.5.12"}
107107
base64 = { version = "0.13.0", default-features = false, optional = true, features = ["std"] }
108-
bigdecimal_ = { version = "0.2.2", optional = true, package = "bigdecimal" }
108+
bigdecimal_ = { version = "0.3.0", optional = true, package = "bigdecimal" }
109109
rust_decimal = { version = "1.19.0", optional = true }
110110
bit-vec = { version = "0.6.3", optional = true }
111111
bitflags = { version = "1.3.2", default-features = false }
@@ -141,7 +141,7 @@ libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false
141141
log = { version = "0.4.14", default-features = false }
142142
md-5 = { version = "0.10.0", default-features = false, optional = true }
143143
memchr = { version = "2.4.1", default-features = false }
144-
num-bigint = { version = "0.3.3", default-features = false, optional = true, features = ["std"] }
144+
num-bigint = { version = "0.4.0", default-features = false, optional = true, features = ["std"] }
145145
once_cell = "1.9.0"
146146
percent-encoding = "2.1.0"
147147
rand = { version = "0.8.4", default-features = false, optional = true, features = ["std", "std_rng"] }

0 commit comments

Comments
 (0)