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"