Skip to content

Commit 8b80d08

Browse files
chore(deps): bump uuid from 1.14.0 to 1.15.1 (#44)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4ccf33 commit 8b80d08

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
@@ -45,7 +45,7 @@ tracing-subscriber = { version = "^0.3" }
4545
utoipa = { version = "^5.3", features = ["axum_extras", "chrono"] }
4646
utoipa-axum = { version = "^0.2" }
4747
utoipa-swagger-ui = { version = "^9.0", features = ["axum", "vendored"], default-features = false }
48-
uuid = { version = "^1.14", features = ["v4"] }
48+
uuid = { version = "^1.15", features = ["v4"] }
4949

5050
[dev-dependencies]
5151
criterion = { version = "^0.5", features = ["async_tokio"] }

0 commit comments

Comments
 (0)