Skip to content

Commit ed846af

Browse files
Bump once_cell from 1.20.1 to 1.20.2 (#611)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.1 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b948a3 commit ed846af

File tree

6 files changed

+7
-16
lines changed

6 files changed

+7
-16
lines changed

Cargo.lock

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

native-engine/blaze-jni-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ resolver = "1"
88
datafusion = { workspace = true }
99
jni = "0.20.0"
1010
log = "0.4.22"
11-
once_cell = "1.20.1"
11+
once_cell = "1.20.2"
1212
paste = "1.0.15"

native-engine/blaze/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = "0.3"
2121
jni = "0.20.0"
2222
log = "0.4.22"
2323
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
24-
once_cell = "1.20.1"
24+
once_cell = "1.20.2"
2525
panic-message = "0.3.0"
2626
paste = "1.0.15"
2727
prost = "0.13.3"

native-engine/datafusion-ext-commons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ itertools = "0.13.0"
2222
jni = "0.20.0"
2323
log = "0.4.22"
2424
num = "0.4.2"
25-
once_cell = "1.20.1"
25+
once_cell = "1.20.2"
2626
paste = "1.0.15"
2727
radsort = "0.1.1"
2828
slimmer_box = "0.6.5"

native-engine/datafusion-ext-exprs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ itertools = "0.13.0"
1515
jni = "0.20.0"
1616
log = "0.4.22"
1717
num = "0.4.2"
18-
once_cell = "1.20.1"
18+
once_cell = "1.20.2"
1919
parking_lot = "0.12.3"
2020
paste = "1.0.15"

native-engine/datafusion-ext-plans/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.22"
3131
lz4_flex = "0.11.2"
3232
num = "0.4.2"
3333
object_store = "0.9.0"
34-
once_cell = "1.20.1"
34+
once_cell = "1.20.2"
3535
panic-message = "0.3.0"
3636
parking_lot = "0.12.3"
3737
paste = "1.0.15"

0 commit comments

Comments
 (0)