You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/04/13 11:41:40 UTC

[avro] branch branch-1.11 updated: Bump uuid from 1.3.0 to 1.3.1 in /lang/rust

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 4418563de Bump uuid from 1.3.0 to 1.3.1 in /lang/rust
4418563de is described below

commit 4418563de65fd6e10fe94a9a5857e13cada0f6e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 10 17:58:49 2023 +0000

    Bump uuid from 1.3.0 to 1.3.1 in /lang/rust
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.0 to 1.3.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.0...1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    (cherry picked from commit 215fec97c12a507cf0cf9aa39e4f9a49a5ef59f9)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index d8fd6704c..bd504afbf 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1044,9 +1044,9 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
 
 [[package]]
 name = "uuid"
-version = "1.3.0"
+version = "1.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
+checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
 dependencies = [
  "serde",
 ]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c7b12f65f..3187f5a46 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -71,7 +71,7 @@ strum = { default-features = false, version = "0.24.1" }
 strum_macros = { default-features = false, version = "0.24.3" }
 thiserror = { default-features = false, version = "1.0.40" }
 typed-builder = { default-features = false, version = "0.14.0" }
-uuid = { default-features = false, version = "1.3.0", features = ["serde", "std"] }
+uuid = { default-features = false, version = "1.3.1", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zerocopy = { default-features = false, version = "0.6.1" }
 zstd = { default-features = false, version = "0.12.3+zstd.1.5.2", optional = true }