diff --git a/Cargo.lock b/Cargo.lock index 4a2f09d..0787489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "fluence-keypair" -version = "0.5.1" +version = "0.6.0" dependencies = [ "asn1_der 0.6.3", "bs58 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 2e7881c..da10001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/fluencelabs/trust-graph" libp2p-core = { version = "0.31", default-features = false, features = [ "secp256k1" ] } serde = { version = "1.0.118", features = ["derive"] } -fluence-keypair = { path = "./keypair", version = "0.5.0" } +fluence-keypair = { path = "./keypair", version = "0.6.0" } serde_json = "1.0.58" bs58 = "0.3.1" failure = "0.1.6" diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 763de97..7b994b8 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluence-keypair" -version = "0.5.1" +version = "0.6.0" authors = ["Fluence Labs"] edition = "2018" description = "identity" diff --git a/service/Cargo.toml b/service/Cargo.toml index 9cb65f5..3413fda 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] trust-graph = { version = "0.3.0", path = "../." } -fluence-keypair = { version = "0.5.0", path = "../keypair" } +fluence-keypair = { version = "0.6.0", path = "../keypair" } marine-rs-sdk = { version = "0.6.14", features = ["logger"] } marine-sqlite-connector = "0.5.2"