Bump uuid from 1.11.0 to 1.16.0 in /backend (#9)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ccff1cfc7a
commit
237b4b9f9d
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