diff --git a/Cargo.lock b/Cargo.lock index 192702e..f595f48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ dependencies = [ [[package]] name = "fluence-keypair" -version = "0.10.3" +version = "0.10.4" dependencies = [ "asn1_der 0.6.3", "bs58 0.5.0", @@ -2948,7 +2948,7 @@ dependencies = [ [[package]] name = "trust-graph" -version = "0.4.7" +version = "0.10.4" dependencies = [ "bs58 0.4.0", "derivative", @@ -2965,7 +2965,7 @@ dependencies = [ [[package]] name = "trust-graph-distro" -version = "0.4.7" +version = "0.10.4" dependencies = [ "built", "lazy_static", diff --git a/distro/Cargo.toml b/distro/Cargo.toml index c81f5ed..ea30886 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph-distro" -version = "0.4.7" +version = "0.10.4" edition = "2021" build = "build.rs" license = "Apache-2.0" diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 63d3441..620f568 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluence-keypair" -version = "0.10.3" +version = "0.10.4" authors = ["Fluence Labs"] edition = "2021" description = "unified keypair API based on libp2p-identity" diff --git a/service/Cargo.toml b/service/Cargo.toml index 4137f1f..bf8ec7e 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -12,8 +12,8 @@ name = "trust-graph" path = "src/main.rs" [dependencies] -trust-graph = { version = "0.4.7", path = "../trust-graph" } -fluence-keypair = { version = "0.10.3", path = "../keypair" } +trust-graph = { version = "0.10.4-alpha.0", path = "../trust-graph" } +fluence-keypair = { version = "0.10.4-alpha.0", path = "../keypair" } marine-rs-sdk = { version = "0.10.2", features = ["logger"] } marine-sqlite-connector = "0.9.0" diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 7c766c8..e3273a8 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-graph" -version = "0.4.7" +version = "0.10.4" authors = ["Fluence Labs"] edition = "2021" description = "trust graph" @@ -10,7 +10,7 @@ repository = "https://github.com/fluencelabs/trust-graph" [dependencies] serde = { version = "1.0.118", features = ["derive"] } -fluence-keypair = { path = "../keypair", version = "0.10.3" } +fluence-keypair = { path = "../keypair", version = "0.10.4-alpha.0" } bs58 = "0.4.0" failure = "0.1.6" log = "0.4.11"