Skip to content

Commit 69dc24e

Browse files
build(deps): bump datafusion-functions-window-common
Bumps [datafusion-functions-window-common](https://github.com/apache/datafusion) from 43.0.0 to 44.0.0. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@43.0.0...44.0.0) --- updated-dependencies: - dependency-name: datafusion-functions-window-common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79c22d6 commit 69dc24e

File tree

2 files changed

+121
-43
lines changed

2 files changed

+121
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ datafusion = { version = "43.0.0", features = ["pyarrow", "avro", "unicode_expre
4141
datafusion-substrait = { version = "43.0.0", optional = true }
4242
datafusion-proto = { version = "43.0.0" }
4343
datafusion-ffi = { version = "43.0.0" }
44-
datafusion-functions-window-common = { version = "43.0.0" }
44+
datafusion-functions-window-common = { version = "44.0.0" }
4545
prost = "0.13" # keep in line with `datafusion-substrait`
4646
uuid = { version = "1.11", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }

0 commit comments

Comments
 (0)