Skip to content

Commit f50944b

Browse files
chore(deps): bump uuid from 1.22.0 to 1.23.0 in /cli
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd5fb72 commit f50944b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ thiserror = "2.0.18"
2929
tokio = { version = "1.50.0", features = ["full"] }
3030
toml = { version = "1.0.7", features = ["preserve_order"] }
3131
url = { version = "2.5.8", features = ["serde"] }
32-
uuid = { version = "1.22.0", features = ["serde"] }
32+
uuid = { version = "1.23.0", features = ["serde"] }

0 commit comments

Comments
 (0)