Skip to content

Commit 92206f2

Browse files
Bump uuid from 1.15.1 to 1.16.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db8fbb3 commit 92206f2

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
@@ -8,7 +8,7 @@ members = [
88
rust-version = "1.81.0" # MSRV
99

1010
[workspace.dependencies]
11-
uuid = { version = "^1.15.1", features = ["serde", "v4"] }
11+
uuid = { version = "^1.16.0", features = ["serde", "v4"] }
1212
actix-web = "^4.10.2"
1313
anyhow = "1.0"
1414
thiserror = "2.0"

0 commit comments

Comments
 (0)