Skip to content

Commit 1ad9e34

Browse files
Bump uuid from 1.17.0 to 1.18.0 (#146)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3820a8d commit 1ad9e34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -10,7 +10,7 @@ rust-version = "1.85.0" # MSRV
1010

1111
[workspace.dependencies]
1212
async-trait = "0.1.88"
13-
uuid = { version = "^1.17.0", features = ["serde", "v4"] }
13+
uuid = { version = "^1.18.0", features = ["serde", "v4"] }
1414
actix-web = "^4.11.0"
1515
anyhow = "1.0"
1616
thiserror = "2.0"

0 commit comments

Comments
 (0)