Skip to content

Commit a5172a5

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -62,7 +62,7 @@ serde = { version = "1.0", features = ["derive"] }
6262
serde_json = "1.0"
6363
ctrlc = "3.5.1"
6464
dirs = "6.0"
65-
uuid = { version = "1.0", features = ["v4"] }
65+
uuid = { version = "1.19", features = ["v4"] }
6666
rand = { version = "0.9", features = ["std_rng"] }
6767
once_cell = "1.19"
6868
rayon = "1.8"

0 commit comments

Comments
 (0)