Skip to content

Commit 994275b

Browse files
fix(deps): 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 3311ed2 commit 994275b

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.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ tracing-subscriber = { version = "0.3.19", features = [
131131
] }
132132
unicode-width = "0.2.0"
133133
url = "2.5.4"
134-
uuid = { version = "1.15.1", features = ["v4", "serde"] }
134+
uuid = { version = "1.17.0", features = ["v4", "serde"] }
135135
webpki-roots = "=0.26.8"
136136
whoami = "1.6.0"
137137
winnow = "=0.6.2"

0 commit comments

Comments
 (0)