From 6ed7a9cb88da072816f8d85233a891d2d7851375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:10:28 +0000 Subject: [PATCH] Bump uuid from 1.18.0 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 429d5b2a..d52ceaf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2820,9 +2820,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index dad80a51..8fceb469 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -31,7 +31,7 @@ memmap2 = "0.9.4" serde_json = "1" thiserror = "2" tempfile = "3.13" -uuid = { version = "1.11", features = ["v4"] } +uuid = { version = "1.18", features = ["v4"] } percent-encoding = "2.1.0" libc = "0.2" flate2 = "1.0"