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 b20939f chore(deps): Bump uuid from 1.18.0 to 1.18.1 (#281)
b20939f is described below
commit b20939f80adc487123fb56594492ed36a37ce9cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 3 07:22:22 2025 +0300
chore(deps): Bump uuid from 1.18.0 to 1.18.1 (#281)
---
avro/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index d6b9bee..adac23d 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.2" }
strum_macros = { default-features = false, version = "0.27.2" }
thiserror = { default-features = false, version = "2.0.16" }
-uuid = { default-features = false, version = "1.18.0", features = ["serde",
"std"] }
+uuid = { default-features = false, version = "1.18.1", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.3", optional = true }