This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch feat/migrate_arrow_cast_to_udf_fixed
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git

commit 9cb7ff1e7623d6ed5fccfd9e5f7c6adf6ec5d21f
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Mar 15 06:24:27 2024 -0400

    Update cargo.lock
---
 datafusion-cli/Cargo.lock | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock
index 2c8136853f..f3321ccaa9 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -1247,7 +1247,9 @@ name = "datafusion-functions"
 version = "36.0.0"
 dependencies = [
  "arrow",
- "base64 0.21.7",
+ "arrow-array",
+ "arrow-schema",
+ "base64 0.22.0",
  "blake2",
  "blake3",
  "chrono",
@@ -3524,9 +3526,9 @@ dependencies = [
 
 [[package]]
 name = "tokio-stream"
-version = "0.1.14"
+version = "0.1.15"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
+checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
 dependencies = [
  "futures-core",
  "pin-project-lite",

Reply via email to