diff --git a/Cargo.lock b/Cargo.lock index da92f79c..c80446c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4303,9 +4303,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.13.2" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" dependencies = [ "getrandom 0.3.1", ] diff --git a/Cargo.toml b/Cargo.toml index d73f1038..926fbf8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,5 +40,5 @@ sha2 = "0.10.7" num_cpus = "1.15.0" thiserror = "2.0.11" tracing = "0.1.40" -uuid = { version = "1.13.2", features = ["v4"] } +uuid = { version = "1.15.1", features = ["v4"] } tree-sitter = "0.24.7"