Fix dep
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m53s

This commit is contained in:
omaroughriss 2025-07-03 12:33:45 +02:00
parent b9fed4a386
commit 740bddc0e9

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 = "git@git.4nkweb.com/4nk/sdk_common.git", branch = "blindbit" }
sdk_common = { git = "ssh://git@git.4nkweb.com/4nk/sdk_common.git", branch = "blindbit" }
serde = { version = "1.0.193", features = ["derive"]}
serde_json = "1.0"
serde_with = "3.6.0"