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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9cbde6d0e cli: update lockfile (#2178)
9cbde6d0e is described below

commit 9cbde6d0e30fd29f59b0a16e309bdb0843cc7c64
Author: Yt <[email protected]>
AuthorDate: Fri Apr 8 09:47:04 2022 -0400

    cli: update lockfile (#2178)
---
 datafusion-cli/Cargo.lock | 49 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock
index 0263c275b..6d55df4e7 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -180,17 +180,21 @@ dependencies = [
  "datafusion-proto",
  "futures",
  "hashbrown 0.12.0",
+ "libloading",
  "log",
+ "once_cell",
  "parking_lot",
  "parse_arg",
  "prost",
  "prost-types",
+ "rustc_version",
  "serde",
  "sqlparser",
  "tokio",
  "tonic",
  "tonic-build",
  "uuid",
+ "walkdir",
 ]
 
 [[package]]
@@ -1082,6 +1086,16 @@ version = "0.2.121"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
 
+[[package]]
+name = "libloading"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
+dependencies = [
+ "cfg-if",
+ "winapi",
+]
+
 [[package]]
 name = "libmimalloc-sys"
 version = "0.1.24"
@@ -1685,6 +1699,15 @@ dependencies = [
  "winapi",
 ]
 
+[[package]]
+name = "rustc_version"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
+dependencies = [
+ "semver",
+]
+
 [[package]]
 name = "rustix"
 version = "0.34.2"
@@ -1735,12 +1758,27 @@ version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
 
+[[package]]
+name = "same-file"
+version = "1.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
+dependencies = [
+ "winapi-util",
+]
+
 [[package]]
 name = "scopeguard"
 version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
 
+[[package]]
+name = "semver"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
+
 [[package]]
 name = "serde"
 version = "1.0.136"
@@ -2193,6 +2231,17 @@ version = "0.9.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
 
+[[package]]
+name = "walkdir"
+version = "2.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
+dependencies = [
+ "same-file",
+ "winapi",
+ "winapi-util",
+]
+
 [[package]]
 name = "want"
 version = "0.3.0"

Reply via email to