Skip to content

Commit 2f9ffe3

Browse files
fix(deps): bump uuid from 1.17.0 to 1.18.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 466adcd commit 2f9ffe3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -161,7 +161,7 @@ tracing-subscriber = { version = "0.3.19", features = [
161161
] }
162162
unicode-width = "0.2.0"
163163
url = "2.5.4"
164-
uuid = { version = "1.15.1", features = ["v4", "serde"] }
164+
uuid = { version = "1.18.1", features = ["v4", "serde"] }
165165
walkdir = "2.5.0"
166166
which = "6.0.3"
167167
whoami = "1.6.0"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tracing-subscriber = { version = "0.3.19", features = [
153153
typed-path = "0.11.0"
154154
unicode-width = "0.2.0"
155155
url = "2.5.4"
156-
uuid = { version = "1.15.1", features = ["v4", "serde"] }
156+
uuid = { version = "1.18.1", features = ["v4", "serde"] }
157157
walkdir = "2.5.0"
158158
webpki-roots = "=0.26.8"
159159
whoami = "1.6.0"

0 commit comments

Comments
 (0)