fix(deps): update rust crate notmad to 0.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-24 01:42:10 +00:00
parent aee6ba54c6
commit 9b63b36993
2 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
notmad = "0.5.0"
notmad = "0.6.0"
nodrift = "0.2.0"
rand = "0.8.5"