Skip to content

Commit c11ed74

Browse files
committed
fix audit
1 parent 5766494 commit c11ed74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ log = { workspace = true }
5757
object_store = { workspace = true }
5858
postgres-protocol = { version = "0.6.7", optional = true }
5959
postgres-types = { version = "0.2.11", features = ["derive", "with-chrono-0_4"], optional = true }
60-
rust_decimal = { version = "1.38.0", features = ["tokio-pg"] }
60+
rust_decimal = { version = "1.39.0", features = ["tokio-pg"], default-features = false }
6161
# When updating the following dependency verify that sqlite test file regeneration works correctly
6262
# by running the regenerate_sqlite_files.sh script.
6363
sqllogictest = "0.28.4"

0 commit comments

Comments
 (0)