Bump uuid from 1.11.0 to 1.16.0 in /backend
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.16.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...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>
This commit is contained in:
parent
3e4e7d38d8
commit
025288ceb0
2 changed files with 45 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ serde = { workspace = true }
|
|||
thiserror = { workspace = true }
|
||||
|
||||
tokio = { version = "1.42.0", features = ["full"]}
|
||||
uuid = { version = "1.11.0", features = ["v4", "serde"] }
|
||||
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
||||
log = { version = "0.4.22" }
|
||||
anyhow = { version = "1.0.94", features = ["backtrace"] }
|
||||
axum = { version = "0.7.4", features = ["ws", "macros", "tracing", "multipart"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue