From 559b834c6b723811f727f994ed6216bab80ae4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:47:05 +0000 Subject: [PATCH] Bump uuid from 1.3.2 to 1.4.1 in /lang/rust Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.2 to 1.4.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.2...1.4.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 98422ad85da..0ce9404e09d 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1050,9 +1050,9 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" [[package]] name = "uuid" -version = "1.3.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "serde", ] diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 6a0fe2104a1..f49bec59a1c 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -71,7 +71,7 @@ strum = { default-features = false, version = "0.24.1" } strum_macros = { default-features = false, version = "0.24.3" } thiserror = { default-features = false, version = "1.0.40" } typed-builder = { default-features = false, version = "0.14.0" } -uuid = { default-features = false, version = "1.3.2", features = ["serde", "std"] } +uuid = { default-features = false, version = "1.4.1", features = ["serde", "std"] } xz2 = { default-features = false, version = "0.1.7", optional = true } zerocopy = { default-features = false, version = "0.6.1" } zstd = { default-features = false, version = "0.12.3+zstd.1.5.2", optional = true }