Skip to content

Commit 43a5a77

Browse files
dependabot[bot]harveyyue
authored andcommitted
Bump log from 0.4.25 to 0.4.26 (apache#846)
Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.25...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 791b0f7 commit 43a5a77

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -7,6 +7,6 @@ resolver = "1"
77
[dependencies]
88
datafusion = { workspace = true }
99
jni = "0.20.0"
10-
log = "0.4.25"
10+
log = "0.4.26"
1111
once_cell = "1.20.3"
1212
paste = "1.0.15"

native-engine/blaze-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ datafusion-ext-commons = { workspace = true }
1414
datafusion-ext-exprs = { workspace = true }
1515
datafusion-ext-functions = { workspace = true }
1616
datafusion-ext-plans = { workspace = true }
17-
log = "0.4.25"
17+
log = "0.4.26"
1818
object_store = "0.11.1"
1919
prost = "0.13.5"
2020
parking_lot = "0.12.3"

native-engine/blaze/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ datafusion-ext-commons = { workspace = true }
2626
datafusion-ext-plans = { workspace = true }
2727
futures = "0.3"
2828
jni = "0.20.0"
29-
log = "0.4.25"
29+
log = "0.4.26"
3030
once_cell = "1.20.3"
3131
panic-message = "0.3.0"
3232
paste = "1.0.15"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ datafusion = { workspace = true }
2020
futures = "0.3"
2121
itertools = "0.14.0"
2222
jni = "0.20.0"
23-
log = "0.4.25"
23+
log = "0.4.26"
2424
num = "0.4.2"
2525
once_cell = "1.20.3"
2626
paste = "1.0.15"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ datafusion = { workspace = true }
1212
datafusion-ext-commons = { workspace = true }
1313
itertools = "0.14.0"
1414
jni = "0.20.0"
15-
log = "0.4.25"
15+
log = "0.4.26"
1616
num = "0.4.2"
1717
once_cell = "1.20.3"
1818
parking_lot = "0.12.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ blaze-jni-bridge = { workspace = true }
1111
datafusion = { workspace = true }
1212
datafusion-ext-commons = { workspace = true }
1313
itertools = "0.14.0"
14-
log = "0.4.25"
14+
log = "0.4.26"
1515
num = "0.4.2"
1616
paste = "1.0.15"
1717
serde_json = { workspace = true }

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 @@ futures-util = "0.3.31"
3131
hashbrown = "0.14.5"
3232
itertools = "0.14.0"
3333
jni = "0.20.0"
34-
log = "0.4.25"
34+
log = "0.4.26"
3535
lz4_flex = "0.11.2"
3636
num = "0.4.2"
3737
object_store = "0.11.1"

0 commit comments

Comments
 (0)