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 705d680  chore: Bump uuid from 1.10.0 to 1.11.0 (#24)
705d680 is described below

commit 705d680e99276bb431af15d81a042fff6e9d9791
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 08:49:29 2024 +0300

    chore: Bump uuid from 1.10.0 to 1.11.0 (#24)
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock      | 4 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9e92e54..cc182bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1366,9 +1366,9 @@ checksum = 
"e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
 
 [[package]]
 name = "uuid"
-version = "1.10.0"
+version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
+checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 dependencies = [
  "serde",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index d459c22..8c20dc6 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -70,7 +70,7 @@ strum = { default-features = false, version = "0.26.3" }
 strum_macros = { default-features = false, version = "0.26.4" }
 thiserror = { default-features = false, version = "1.0.64" }
 typed-builder = { default-features = false, version = "0.20.0" }
-uuid = { default-features = false, version = "1.10.0", features = ["serde", 
"std"] }
+uuid = { default-features = false, version = "1.11.0", features = ["serde", 
"std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zstd = { default-features = false, version = "0.13.2", optional = true }
 

Reply via email to