Skip to content

Commit

Permalink
Update BigDecimal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Nov 8, 2021
1 parent b419bf5 commit 8791c9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sqlx-core/Cargo.toml
Expand Up @@ -103,7 +103,7 @@ ahash = "0.7.2"
atoi = "0.4.0"
sqlx-rt = { path = "../sqlx-rt", version = "0.5.9"}
base64 = { version = "0.13.0", default-features = false, optional = true, features = ["std"] }
bigdecimal_ = { version = "0.2.0", optional = true, package = "bigdecimal" }
bigdecimal_ = { version = "0.3.0", optional = true, package = "bigdecimal" }
rust_decimal = { version = "1.8.1", optional = true }
bit-vec = { version = "0.6.2", optional = true }
bitflags = { version = "1.2.1", default-features = false }
Expand Down Expand Up @@ -137,7 +137,7 @@ libsqlite3-sys = { version = "0.22.0", optional = true, default-features = false
log = { version = "0.4.8", default-features = false }
md-5 = { version = "0.9.0", default-features = false, optional = true }
memchr = { version = "2.3.3", default-features = false }
num-bigint = { version = "0.3.1", default-features = false, optional = true, features = ["std"] }
num-bigint = { version = "0.4.0", default-features = false, optional = true, features = ["std"] }
once_cell = "1.5.2"
percent-encoding = "2.1.0"
parking_lot = "0.11.0"
Expand Down

0 comments on commit 8791c9b

Please sign in to comment.