fix(deps): update rust crate nodrift to 0.3.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-12-14 01:31:28 +00:00
parent 1434c8d7aa
commit c5df37642f
2 changed files with 3 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ 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.7.0"
nodrift = "0.2.0"
nodrift = "0.3.0"
rand = "0.8.5"