You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2023/01/24 19:00:10 UTC

[arrow-datafusion-python] branch main updated: build(deps): bump uuid from 0.8.2 to 1.2.2 (#143)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 14bdd00  build(deps): bump uuid from 0.8.2 to 1.2.2 (#143)
14bdd00 is described below

commit 14bdd0053c92c70cf83c681f2d0d01060a940e56
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 12:00:03 2023 -0700

    build(deps): bump uuid from 0.8.2 to 1.2.2 (#143)
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.2.2.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 Cargo.lock | 17 ++++-------------
 Cargo.toml |  2 +-
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 03c22d0..4ab8656 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -89,7 +89,7 @@ dependencies = [
  "strum_macros",
  "thiserror",
  "typed-builder",
- "uuid 1.2.2",
+ "uuid",
  "zerocopy",
 ]
 
@@ -720,7 +720,7 @@ dependencies = [
  "tokio-stream",
  "tokio-util",
  "url",
- "uuid 1.2.2",
+ "uuid",
  "xz2",
 ]
 
@@ -794,7 +794,7 @@ dependencies = [
  "regex",
  "sha2",
  "unicode-segmentation",
- "uuid 1.2.2",
+ "uuid",
 ]
 
 [[package]]
@@ -815,7 +815,7 @@ dependencies = [
  "rand",
  "regex-syntax",
  "tokio",
- "uuid 0.8.2",
+ "uuid",
 ]
 
 [[package]]
@@ -2854,15 +2854,6 @@ dependencies = [
  "percent-encoding",
 ]
 
-[[package]]
-name = "uuid"
-version = "0.8.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
-dependencies = [
- "getrandom",
-]
-
 [[package]]
 name = "uuid"
 version = "1.2.2"
diff --git a/Cargo.toml b/Cargo.toml
index 0ab8e98..fddeabb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ datafusion-expr = { git = "https://github.com/apache/arrow-datafusion", rev = "6
 datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion", rev = "6dce728a3c7130ca3590a16f413c7c6ccb7209b7" }
 datafusion-common = { git = "https://github.com/apache/arrow-datafusion", rev = "6dce728a3c7130ca3590a16f413c7c6ccb7209b7", features = ["pyarrow"] }
 datafusion-substrait = { git = "https://github.com/apache/arrow-datafusion", rev = "6dce728a3c7130ca3590a16f413c7c6ccb7209b7" }
-uuid = { version = "0.8", features = ["v4"] }
+uuid = { version = "1.2", features = ["v4"] }
 mimalloc = { version = "*", optional = true, default-features = false }
 async-trait = "0.1"
 futures = "0.3"