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 271e376 chore: Bump uuid from 1.13.1 to 1.13.2 (#126)
271e376 is described below
commit 271e376a7b0988d00a86b608c9fb974cef52489a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 18 07:22:24 2025 +0200
chore: Bump uuid from 1.13.1 to 1.13.2 (#126)
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 0a1a7be..b648255 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1429,9 +1429,9 @@ checksum =
"adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "uuid"
-version = "1.13.1"
+version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
+checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
dependencies = [
"serde",
]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index d19ae0f..aaee079 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.13.1", features = ["serde",
"std"] }
+uuid = { default-features = false, version = "1.13.2", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.2", optional = true }