Skip to content

Commit 1e2ef0e

Browse files
Bump uuid from 1.16.0 to 1.17.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2bc4a4 commit 1e2ef0e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ memmap2 = "0.9.4"
3131
serde_json = "1"
3232
thiserror = "2"
3333
tempfile = "3.13"
34-
uuid = { version = "1.11", features = ["v4"] }
34+
uuid = { version = "1.17", features = ["v4"] }
3535
percent-encoding = "2.1.0"
3636
libc = "0.2"
3737
flate2 = "1.0"

0 commit comments

Comments
 (0)