diff --git a/Cargo.lock b/Cargo.lock index 5d113589f..2dfe8c15f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" [[package]] name = "version_check" diff --git a/Cargo.toml b/Cargo.toml index c26c91419..3e48d3308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ idna = "0.5.0" base64 = "0.21.7" num-bigint = "0.4.4" python3-dll-a = "0.2.7" -uuid = "1.6.1" +uuid = "1.7.0" jiter = {version = "0.0.6", features = ["python"]} [lib]