chore: satisfy CI

This commit is contained in:
Daniil Polyakov
2026-02-12 16:31:34 +03:00
parent 4b59782924
commit 60be2b6d00
7 changed files with 25 additions and 50 deletions
+1 -3
View File
@@ -21,12 +21,10 @@ anyhow.workspace = true
env_logger.workspace = true
log.workspace = true
serde_json.workspace = true
actix-web.workspace = true
base64.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
hex.workspace = true
tempfile.workspace = true
borsh.workspace = true
futures.workspace = true
rand.workspace = true
testcontainers = { version = "0.26.3", features = ["docker-compose"] }
testcontainers = { version = "0.27.0", features = ["docker-compose"] }