Skip to content

Commit 3812ed5

Browse files
authored
Merge branch 'main' into emilk/use-display-formatting
2 parents 2f27791 + 8b19ce8 commit 3812ed5

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

Cargo.lock

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

datafusion/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ datafusion-proto-common = { workspace = true }
5050
futures = { workspace = true }
5151
log = { workspace = true }
5252
prost = { workspace = true }
53-
semver = "1.0.26"
53+
semver = "1.0.27"
5454
tokio = { workspace = true }
5555

5656
[dev-dependencies]

datafusion/sqllogictest/Cargo.toml

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

0 commit comments

Comments
 (0)