chore: update doc and libs

This commit is contained in:
sanix-darker
2024-07-12 15:22:55 +02:00
parent 6ea36d38f3
commit 80af390557
2 changed files with 17 additions and 14 deletions
+1 -4
View File
@@ -21,10 +21,7 @@ serde_json = "^1.0"
log = "^0.4"
thiserror = "^1.0"
uuid = { version = "^1.10", features = ["v4"] }
[dependencies.tokio]
version = "1"
features = ["full"]
tokio = { version = "^1", features = ["full"] }
[dev-dependencies]
clippy = "^0.0.302"