Update sdk_common dependency to use docker-support branch

This commit is contained in:
Nicolas Cantu 2025-08-22 14:09:07 +02:00 committed by Sosthene
parent 3898a835b0
commit a4c82d8401

View File

@ -11,7 +11,7 @@ env_logger = "0.9"
futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] }
hex = "0.4.3"
log = "0.4.20"
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev", features = ["parallel", "blindbit-backend"] }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "docker-support", features = ["parallel", "blindbit-backend"] }
serde = { version = "1.0.193", features = ["derive"]}
serde_json = "1.0"
serde_with = "3.6.0"