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

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


The following commit(s) were added to refs/heads/main by this push:
     new cb61b9e  chore: Bump uuid from 1.14.0 to 1.15.1 (#137)
cb61b9e is described below

commit cb61b9e1dd4f39a0352c951ee3f2bed66141d090
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 27 07:32:38 2025 +0200

    chore: Bump uuid from 1.14.0 to 1.15.1 (#137)
---
 Cargo.lock      | 4 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ddecedd..67e33fb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1429,9 +1429,9 @@ checksum = 
"adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
 
 [[package]]
 name = "uuid"
-version = "1.14.0"
+version = "1.15.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1"
+checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
 dependencies = [
  "serde",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 9d0d8f1..6a50c8b 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -70,7 +70,7 @@ snap = { default-features = false, version = "1.1.0", 
optional = true }
 strum = { default-features = false, version = "0.27.1" }
 strum_macros = { default-features = false, version = "0.27.1" }
 thiserror = { default-features = false, version = "2.0.11" }
-uuid = { default-features = false, version = "1.14.0", features = ["serde", 
"std"] }
+uuid = { default-features = false, version = "1.15.1", features = ["serde", 
"std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zstd = { default-features = false, version = "0.13.3", optional = true }
 

Reply via email to