Skip to content

Commit 92c2edc

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 394d294 commit 92c2edc

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ openssl = "0.10.73"
4545
sha2 = "0.10"
4646
thiserror = "2.0.12"
4747
time = { version = "0.3", features = ["serde"] }
48-
uuid = { version = "1.6", features = ["v4"] }
48+
uuid = { version = "1.17", features = ["v4"] }
4949
walkdir = "2.4"
5050

5151
# CLI and async/runtime

0 commit comments

Comments
 (0)