From 75f7350bc34fee2878474d9a06068dbdec6d920a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:16:52 +0000 Subject: [PATCH] Bump uuid from 1.8.0 to 1.11.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/ndc-sqlserver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8ad4cfc..05113746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2993,9 +2993,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.8.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom 0.2.11", ] diff --git a/crates/ndc-sqlserver/Cargo.toml b/crates/ndc-sqlserver/Cargo.toml index 48720805..1da7c080 100644 --- a/crates/ndc-sqlserver/Cargo.toml +++ b/crates/ndc-sqlserver/Cargo.toml @@ -48,5 +48,5 @@ insta = { version = "1.38.0", features = ["json"] } reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls"] } similar-asserts = "1.5.0" tokio-util = "0.7.11" -uuid = { version = "1.8.0", features = ["v4"]} +uuid = { version = "1.11.1", features = ["v4"]} anyhow = "1.0.82"