Skip to content

Commit

Permalink
Bump once_cell from 1.18.0 to 1.19.0 (#346)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 54c549d commit 9c8e1b5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-engine/blaze-jni-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resolver = "1"
datafusion = { workspace = true }
jni = "0.20.0"
log = "0.4.14"
once_cell = "1.11.0"
once_cell = "1.19.0"
paste = "1.0.7"
2 changes: 1 addition & 1 deletion native-engine/blaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = "0.3"
jni = "0.20.0"
log = "0.4.14"
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
once_cell = "1.11.0"
once_cell = "1.19.0"
panic-message = "0.3.0"
paste = "1.0.7"
prost = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.10.3"
jni = "0.20.0"
log = "0.4.14"
num = "0.4.0"
once_cell = "1.11.0"
once_cell = "1.19.0"
paste = "1.0.7"
postcard = { version = "1.0.8", features = ["alloc"]}
slimmer_box = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-exprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ datafusion-ext-commons = { workspace = true }
jni = "0.20.0"
log = "0.4.14"
num = "0.4.0"
once_cell = "1.11.0"
once_cell = "1.19.0"
parking_lot = "0.12.1"
paste = "1.0.7"
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4.14"
lz4_flex = "0.11.1"
num = "0.4.0"
object_store = "0.6.1"
once_cell = "1.16.0"
once_cell = "1.19.0"
panic-message = "0.3.0"
parking_lot = "0.12.1"
paste = "1.0.7"
Expand Down

0 comments on commit 9c8e1b5

Please sign in to comment.