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 59457d1 chore: Bump uuid from 1.15.1 to 1.16.0 (#161)
59457d1 is described below
commit 59457d18c15ba81fd660dc7d9345a8f12fb432c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 07:19:37 2025 +0200
chore: Bump uuid from 1.15.1 to 1.16.0 (#161)
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 31f486c..7e46648 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1445,9 +1445,9 @@ checksum =
"adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "uuid"
-version = "1.15.1"
+version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
+checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
dependencies = [
"serde",
]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index e5450ee..63b72c3 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.12" }
-uuid = { default-features = false, version = "1.15.1", features = ["serde",
"std"] }
+uuid = { default-features = false, version = "1.16.0", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.3", optional = true }