diff --git a/Cargo.lock b/Cargo.lock index 18c26427b..14e6c19bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,9 +598,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" +checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" [[package]] name = "version_check" diff --git a/Cargo.toml b/Cargo.toml index 4950183d0..274c338c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ idna = "0.5.0" base64 = "0.21.7" num-bigint = "0.4.4" python3-dll-a = "0.2.10" -uuid = "1.8.0" +uuid = "1.9.1" jiter = { version = "0.5", features = ["python"] } [lib]