From e1bc5c481069ad42e1f317ab72e25c16f32c69b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:51:25 +0000 Subject: [PATCH] Bump uuid from 1.13.2 to 1.15.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"