fix(deps): update rust crate marine-rs-sdk to 0.14.0

This commit is contained in:
renovate[bot] 2024-02-21 12:07:07 +00:00 committed by GitHub
parent e2d93adb1e
commit e210092dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
trust-graph = { version = "0.4.11", path = "../trust-graph" }
fluence-keypair = { version = "0.10.4", path = "../keypair" }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-rs-sdk = { version = "0.14.0", features = ["logger"] }
marine-sqlite-connector = "0.9.2"
libp2p-identity = { workspace = true }