Skip to content

Commit

Permalink
Update prost-build to `0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 16, 2024
1 parent 1113390 commit 6576b16
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 256 deletions.
12 changes: 6 additions & 6 deletions datafusion-cli/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 datafusion/expr/src/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl ScalarUDF {

/// Returns a `ScalarFunctionImplementation` that can invoke the function
/// during execution
pub fn fun(&self) -> ScalarFunctionImplementation {
pub fn fun(&self) -> ScalarFunctionImplementation {
let captured = Arc::clone(&self.inner);
Arc::new(move |args| captured.invoke(args))
}
Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto-common/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
prost-build = "=0.13.1"
prost-build = "=0.13.2"
2 changes: 1 addition & 1 deletion datafusion/proto/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
prost-build = "=0.13.1"
prost-build = "=0.13.2"
Loading

0 comments on commit 6576b16

Please sign in to comment.