Bump uuid from 1.8.0 to 1.9.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-25 00:18:52 +00:00
committed by GitHub
parent e0ed957ba3
commit 9d92797902
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
publish = false
[dependencies]
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
uuid = { version = "^1.9.1", features = ["serde", "v4"] }
actix-web = "^4.8.0"
anyhow = "1.0"
thiserror = "1.0"