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 bc20898  chore(deps): Bump uuid from 1.21.0 to 1.22.0 (#506)
bc20898 is described below

commit bc20898eb226d9a18e9140b7e772623df8261213
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 07:23:26 2026 +0200

    chore(deps): Bump uuid from 1.21.0 to 1.22.0 (#506)
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 3accbf6..d6b14d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1470,9 +1470,9 @@ checksum = 
"ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
 
 [[package]]
 name = "uuid"
-version = "1.21.0"
+version = "1.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
+checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
 dependencies = [
  "js-sys",
  "serde_core",
diff --git a/Cargo.toml b/Cargo.toml
index 9ca5059..0ae7da4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ pretty_assertions = { default-features = false, version = 
"1.4.1", features = ["
 serde = { default-features = false, version = "1.0.228", features = ["std", 
"derive"] }
 serde_bytes = { default-features = false, version = "0.11.19", features = 
["std"] }
 serde_json = { default-features = false, version = "1.0.149", features = 
["std"] }
-uuid = { default-features = false, version = "1.21.0", features = ["serde", 
"std"] }
+uuid = { default-features = false, version = "1.22.0", features = ["serde", 
"std"] }
 
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.

Reply via email to