Skip to content

Commit

Permalink
Bump once_cell from 1.20.2 to 1.20.3 (#816)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.20.3.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.20.3)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent 22dbdf9 commit a0e6f64
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.25"
once_cell = "1.20.2"
once_cell = "1.20.3"
paste = "1.0.15"
2 changes: 1 addition & 1 deletion native-engine/blaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ datafusion-ext-plans = { workspace = true }
futures = "0.3"
jni = "0.20.0"
log = "0.4.25"
once_cell = "1.20.2"
once_cell = "1.20.3"
panic-message = "0.3.0"
paste = "1.0.15"
prost = "0.13.4"
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.14.0"
jni = "0.20.0"
log = "0.4.25"
num = "0.4.2"
once_cell = "1.20.2"
once_cell = "1.20.3"
paste = "1.0.15"
radsort = "0.1.1"
tempfile = "3"
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 @@ itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.25"
num = "0.4.2"
once_cell = "1.20.2"
once_cell = "1.20.3"
parking_lot = "0.12.3"
paste = "1.0.15"
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 @@ -35,7 +35,7 @@ log = "0.4.25"
lz4_flex = "0.11.2"
num = "0.4.2"
object_store = "0.11.1"
once_cell = "1.20.2"
once_cell = "1.20.3"
panic-message = "0.3.0"
parking_lot = "0.12.3"
paste = "1.0.15"
Expand Down

0 comments on commit a0e6f64

Please sign in to comment.