Skip to content

Commit 23965ad

Browse files
Bump num-bigint from 0.4.6 to 0.5.1
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.6 to 0.5.1. - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.4.6...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0262f7 commit 23965ad

3 files changed

Lines changed: 37 additions & 27 deletions

File tree

Cargo.lock

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

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fundu = "2.0"
2222
futures = "0.3"
2323
geo-types = "0.7"
2424
itertools = "0.14"
25-
num-bigint = "0.4"
25+
num-bigint = "0.5"
2626
rand = { version = "0.10" }
2727
regex = { version = "1" }
2828
sea-query = { version = "1.0.0", features = [

crates/mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ datafusion-federation = { workspace = true, features = ["sql"], optional = true
1818
datafusion-table-providers-common = { workspace = true }
1919
futures = "0.3"
2020
mysql_async = { version = "0.36", features = ["native-tls-tls", "chrono", "time", "bigdecimal"] }
21-
num-bigint = "0.4"
21+
num-bigint = "0.5"
2222
sea-query = { version = "1.0.0", features = ["backend-mysql", "with-rust_decimal", "with-bigdecimal", "with-time", "with-chrono"] }
2323
secrecy = "0.10"
2424
snafu = "0.9"

0 commit comments

Comments
 (0)