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 9bbeec44d Bump uuid from 1.2.1 to 1.2.2 in /lang/rust (#1967)
9bbeec44d is described below

commit 9bbeec44df847a6e075eecea98a5a67e13a22e9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 16 09:31:17 2022 +0200

    Bump uuid from 1.2.1 to 1.2.2 in /lang/rust (#1967)
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 5c99751b78cb2b5de7fb325ceb2674dd9f4bb01e)
---
 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 2be771731..ef7313cc0 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1132,9 +1132,9 @@ checksum = 
"957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
 
 [[package]]
 name = "uuid"
-version = "1.2.1"
+version = "1.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
+checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
 dependencies = [
  "serde",
 ]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 49f3df921..c43aa5a78 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -70,7 +70,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.37" }
 typed-builder = { default-features = false, version = "0.11.0" }
-uuid = { default-features = false, version = "1.2.1", features = ["serde", 
"std"] }
+uuid = { default-features = false, version = "1.2.2", 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.11.2+zstd.1.5.2", optional = 
true }

Reply via email to