From 478740cb13f95f163cf543300ef6e02f960989c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20C=2E=20Morency?= <1102868+fmorency@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:07:19 -0500 Subject: [PATCH] Update many nix (#316) --- Cargo.Bazel.lock | 26 +++++++++++------------ Cargo.lock | 26 +++++++++++------------ cargo-bazel-lock.json | 36 ++++++++++++++++---------------- docker/e2e/Cargo.nix | 32 +++++++++++++++------------- docker/e2e/flake.lock | 26 +++++++++++------------ docker/e2e/generate-cargo-nix.sh | 4 ++++ src/http_proxy/Cargo.toml | 8 +++---- src/kvstore/Cargo.toml | 14 ++++++------- src/ledger-db/Cargo.toml | 4 ++-- src/ledger/Cargo.toml | 16 +++++++------- src/many-abci/Cargo.toml | 18 ++++++++-------- src/many-kvstore/Cargo.toml | 18 ++++++++-------- src/many-ledger/Cargo.toml | 24 ++++++++++----------- 13 files changed, 129 insertions(+), 123 deletions(-) diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock index 57d899cf..90a0c514 100644 --- a/Cargo.Bazel.lock +++ b/Cargo.Bazel.lock @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "many-client" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "anyhow", "async-trait", @@ -2228,7 +2228,7 @@ dependencies = [ [[package]] name = "many-client-macros" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "proc-macro2", "quote", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "many-error" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "minicbor", "num-derive", @@ -2249,7 +2249,7 @@ dependencies = [ [[package]] name = "many-identity" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base32", "coset", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "many-identity-dsa" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "asn1 0.8.7", "base32", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "many-identity-hsm" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "asn1 0.10.0", "coset", @@ -2317,7 +2317,7 @@ dependencies = [ [[package]] name = "many-identity-webauthn" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "authenticator-ctap2-2021", "base64 0.13.1", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "many-macros" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "inflections", "proc-macro2", @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "many-migration" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "many-error", "minicbor", @@ -2456,7 +2456,7 @@ dependencies = [ [[package]] name = "many-modules" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "async-trait", "coset", @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "many-protocol" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base64 0.13.1", "coset", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "many-server" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "anyhow", "asn1 0.11.0", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "many-types" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base64 0.20.0", "coset", diff --git a/Cargo.lock b/Cargo.lock index 57d899cf..90a0c514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "many-client" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "anyhow", "async-trait", @@ -2228,7 +2228,7 @@ dependencies = [ [[package]] name = "many-client-macros" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "proc-macro2", "quote", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "many-error" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "minicbor", "num-derive", @@ -2249,7 +2249,7 @@ dependencies = [ [[package]] name = "many-identity" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base32", "coset", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "many-identity-dsa" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "asn1 0.8.7", "base32", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "many-identity-hsm" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "asn1 0.10.0", "coset", @@ -2317,7 +2317,7 @@ dependencies = [ [[package]] name = "many-identity-webauthn" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "authenticator-ctap2-2021", "base64 0.13.1", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "many-macros" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "inflections", "proc-macro2", @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "many-migration" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "many-error", "minicbor", @@ -2456,7 +2456,7 @@ dependencies = [ [[package]] name = "many-modules" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "async-trait", "coset", @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "many-protocol" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base64 0.13.1", "coset", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "many-server" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "anyhow", "asn1 0.11.0", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "many-types" version = "0.1.0" -source = "git+https://github.com/liftedinit/many-rs.git?rev=591e5b40de75828ea1984780321060cf3da21635#591e5b40de75828ea1984780321060cf3da21635" +source = "git+https://github.com/liftedinit/many-rs.git?rev=aff83e38877fff6e9e6d10a74d2f29ac768dc156#aff83e38877fff6e9e6d10a74d2f29ac768dc156" dependencies = [ "base64 0.20.0", "coset", diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json index 0d804398..ddbc7aed 100644 --- a/cargo-bazel-lock.json +++ b/cargo-bazel-lock.json @@ -1,5 +1,5 @@ { - "checksum": "e78ba57528b097ba607e9cf9722f95da31c793c978ceb2c8e3dd5ae8773ac653", + "checksum": "b1cb184628d4ca4330df1f6c6b70dedc0cbcf92a7e35e78fe8a67e586d0d51ea", "crates": { "aes 0.7.5": { "name": "aes", @@ -11857,7 +11857,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-client" } @@ -12050,7 +12050,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-client-macros" } @@ -12103,7 +12103,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-error" } @@ -12169,7 +12169,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-identity" } @@ -12270,7 +12270,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-identity-dsa" } @@ -12404,7 +12404,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-identity-hsm" } @@ -12497,7 +12497,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-identity-webauthn" } @@ -13080,7 +13080,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-macros" } @@ -13145,7 +13145,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-migration" } @@ -13210,7 +13210,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-modules" } @@ -13308,7 +13308,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-protocol" } @@ -13422,7 +13422,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-server" } @@ -13639,7 +13639,7 @@ "Git": { "remote": "https://github.com/liftedinit/many-rs.git", "commitish": { - "Rev": "591e5b40de75828ea1984780321060cf3da21635" + "Rev": "aff83e38877fff6e9e6d10a74d2f29ac768dc156" }, "strip_prefix": "src/many-types" } @@ -24438,8 +24438,8 @@ }, { "Binary": { - "crate_name": "exit", - "crate_root": "src/bin/exit.rs", + "crate_name": "reader", + "crate_root": "src/bin/reader.rs", "srcs": { "include": [ "**/*.rs" @@ -24462,8 +24462,8 @@ }, { "Binary": { - "crate_name": "reader", - "crate_root": "src/bin/reader.rs", + "crate_name": "exit", + "crate_root": "src/bin/exit.rs", "srcs": { "include": [ "**/*.rs" diff --git a/docker/e2e/Cargo.nix b/docker/e2e/Cargo.nix index 415c6ec1..2142b10e 100644 --- a/docker/e2e/Cargo.nix +++ b/docker/e2e/Cargo.nix @@ -21,6 +21,7 @@ args@{ target ? null, codegenOpts ? null, profileOpts ? null, + cargoUnstableFlags ? null, rustcLinkFlags ? null, rustcBuildFlags ? null, mkRustCrate, @@ -30,7 +31,7 @@ args@{ ignoreLockHash, }: let - nixifiedLockHash = "fcca8909aceddc42d2db1aa0b8b84ab5d452846d0f0eeaa065656a9c8f2ded5b"; + nixifiedLockHash = "defaf466134c11ea2d3baab2bc959a9c067e3b98f69a40e216cff0c1c2634f6b"; workspaceSrc = if args.workspaceSrc == null then ./. else args.workspaceSrc; currentLockHash = builtins.hashFile "sha256" (workspaceSrc + /Cargo.lock); lockHashIgnored = if ignoreLockHash @@ -47,7 +48,7 @@ else let rootFeatures' = expandFeatures rootFeatures; overridableMkRustCrate = f: let - drvs = genDrvsByProfile profilesByName ({ profile, profileName }: mkRustCrate ({ inherit release profile hostPlatformCpu hostPlatformFeatures target profileOpts codegenOpts rustcLinkFlags rustcBuildFlags; } // (f profileName))); + drvs = genDrvsByProfile profilesByName ({ profile, profileName }: mkRustCrate ({ inherit release profile hostPlatformCpu hostPlatformFeatures target profileOpts codegenOpts cargoUnstableFlags rustcLinkFlags rustcBuildFlags; } // (f profileName))); in { compileMode ? null, profileName ? decideProfile compileMode release }: let drv = drvs.${profileName}; in if compileMode == null then drv else drv.override { inherit compileMode; }; in @@ -3042,7 +3043,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-client"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "default" ] ]; @@ -3094,7 +3095,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-client-macros"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { proc_macro2 = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".proc-macro2."1.0.49" { inherit profileName; }).out; quote = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".quote."1.0.23" { inherit profileName; }).out; @@ -3110,7 +3111,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-error"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "default" ] [ "minicbor" ] @@ -3131,7 +3132,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-identity"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "coset" ] [ "default" ] @@ -3165,7 +3166,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-identity-dsa"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "coset" ] [ "default" ] @@ -3207,7 +3208,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-identity-hsm"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { asn1 = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".asn1."0.10.0" { inherit profileName; }).out; coset = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".coset."0.3.3" { inherit profileName; }).out; @@ -3233,7 +3234,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-identity-webauthn"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "default" ] [ "identity" ] @@ -3317,6 +3318,7 @@ in features = builtins.concatLists [ [ "balance_testing" ] [ "migration_testing" ] + (lib.optional (rootFeatures' ? "many-ledger/webauthn_testing") "webauthn_testing") ]; dependencies = { async_trait = (buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".async-trait."0.1.61" { profileName = "__noProfile"; }).out; @@ -3378,7 +3380,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-macros"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { inflections = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".inflections."1.1.1" { inherit profileName; }).out; proc_macro2 = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".proc-macro2."1.0.49" { inherit profileName; }).out; @@ -3397,7 +3399,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-migration"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { many_error = (rustPackages."git+https://github.com/liftedinit/many-rs.git".many-error."0.1.0" { inherit profileName; }).out; minicbor = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".minicbor."0.18.0" { inherit profileName; }).out; @@ -3416,7 +3418,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-modules"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { async_trait = (buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".async-trait."0.1.61" { profileName = "__noProfile"; }).out; coset = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".coset."0.3.3" { inherit profileName; }).out; @@ -3442,7 +3444,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-protocol"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { base64 = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".base64."0.13.1" { inherit profileName; }).out; coset = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".coset."0.3.3" { inherit profileName; }).out; @@ -3472,7 +3474,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-server"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; features = builtins.concatLists [ [ "default" ] ]; @@ -3530,7 +3532,7 @@ in url = https://github.com/liftedinit/many-rs.git; name = "many-types"; version = "0.1.0"; - rev = "591e5b40de75828ea1984780321060cf3da21635";}; + rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156";}; dependencies = { base64 = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".base64."0.20.0" { inherit profileName; }).out; coset = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".coset."0.3.3" { inherit profileName; }).out; diff --git a/docker/e2e/flake.lock b/docker/e2e/flake.lock index 09a92182..e11c0dd3 100644 --- a/docker/e2e/flake.lock +++ b/docker/e2e/flake.lock @@ -8,11 +8,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1664258485, - "narHash": "sha256-E0WXns3jgxGaqPa5xCeN+laOtK7ssBhZtbfjk6i/ZFs=", + "lastModified": 1673511833, + "narHash": "sha256-pna6AwbAQtdvdayBpCzHw6W/Dp7WM+X+481Boy5vmK8=", "owner": "cargo2nix", "repo": "cargo2nix", - "rev": "e874cea068ea2ddd6674ca808f253894f3e2a4d5", + "rev": "8fb57a670f7993bfc24099c33eb9c5abb51f29a2", "type": "github" }, "original": { @@ -40,11 +40,11 @@ }, "flake-utils": { "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", "type": "github" }, "original": { @@ -55,16 +55,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1654275867, - "narHash": "sha256-pt14ZE4jVPGvfB2NynGsl34pgXfOqum5YJNpDK4+b9E=", + "lastModified": 1673493429, + "narHash": "sha256-VXxm2j2aXp24WaGp0tA2exHca2z3HwhSnHJq3yMz1wI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7a20c208aacf4964c19186dcad51f89165dc7ed0", + "rev": "8547ffbfd182b323bfd523f11bbd356e9718521a", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.05", + "ref": "release-22.11", "repo": "nixpkgs", "type": "github" } @@ -94,11 +94,11 @@ ] }, "locked": { - "lastModified": 1664420529, - "narHash": "sha256-hCSvJeoWZZbBTCR/QyazP+VzGHpuKfcgaPx2hQ90w7s=", + "lastModified": 1673490397, + "narHash": "sha256-VCSmIYJy/ZzTvEGjdfITmTYfybXBgZpMjyjDndbou+8=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "1601b5a28c50fd9d40bd61b8878f3499e09bce7a", + "rev": "0833f4d063a2bb75aa31680f703ba594a384ffe6", "type": "github" }, "original": { diff --git a/docker/e2e/generate-cargo-nix.sh b/docker/e2e/generate-cargo-nix.sh index 8b47597d..09da08e0 100644 --- a/docker/e2e/generate-cargo-nix.sh +++ b/docker/e2e/generate-cargo-nix.sh @@ -2,6 +2,10 @@ set -bepu echo "filter-syscalls = false" >> /etc/nix/nix.conf echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf +# Uncomment to update cargo2nix +#cd docker/e2e +#nix flake lock --update-input cargo2nix +#cd ../.. nix run github:cargo2nix/cargo2nix/unstable --max-jobs $CPUCORES -- -f docker/e2e/Cargo.nix.new mv docker/e2e/Cargo.nix.new docker/e2e/Cargo.nix chown $UINFO docker/e2e/Cargo.nix diff --git a/src/http_proxy/Cargo.toml b/src/http_proxy/Cargo.toml index 858a8c79..8a8e95ec 100644 --- a/src/http_proxy/Cargo.toml +++ b/src/http_proxy/Cargo.toml @@ -19,11 +19,11 @@ doc = false clap = { version = "3.0.0", features = ["derive"] } hex = "0.4.3" minicbor = { version = "0.18.0", features = ["derive", "std"] } -many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } many-kvstore = { path = "../many-kvstore" } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } new_mime_guess = "4.0.0" syslog-tracing = "0.1" tiny_http = "0.11.0" diff --git a/src/kvstore/Cargo.toml b/src/kvstore/Cargo.toml index 6aa287df..86d6e5ca 100644 --- a/src/kvstore/Cargo.toml +++ b/src/kvstore/Cargo.toml @@ -20,13 +20,13 @@ clap = { version = "3.0.0", features = ["derive"] } hex = "0.4.3" indicatif = "0.16.2" minicbor = { version = "0.18.0", features = ["derive", "std"] } -many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["ed25519", "ecdsa"] } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["ed25519", "ecdsa"] } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } syslog-tracing = "0.1" tracing = "0.1.29" tracing-subscriber = "0.3" diff --git a/src/ledger-db/Cargo.toml b/src/ledger-db/Cargo.toml index cc731d9d..42cee540 100644 --- a/src/ledger-db/Cargo.toml +++ b/src/ledger-db/Cargo.toml @@ -19,6 +19,6 @@ doc = false clap = { version = "3.0.0", features = ["derive"] } hex = "0.4.3" merk = { git = "https://github.com/liftedinit/merk.git", rev = "da0b660abbfd58abd4a942773f205d2c079f3b27" } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } minicbor = "0.18.0" diff --git a/src/ledger/Cargo.toml b/src/ledger/Cargo.toml index a923fbd2..cb6a7d70 100644 --- a/src/ledger/Cargo.toml +++ b/src/ledger/Cargo.toml @@ -24,14 +24,14 @@ indicatif = "0.16.2" lazy_static = "1.4.0" minicbor = { version = "0.18.0", features = ["derive", "std"] } num-bigint = "0.4.3" -many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["ed25519", "ecdsa"] } -many-identity-hsm = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["ed25519", "ecdsa"] } +many-identity-hsm = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } regex = "1.5.4" ring = "0.16.20" rpassword = "6.0" diff --git a/src/many-abci/Cargo.toml b/src/many-abci/Cargo.toml index ebe8d25a..297f6c98 100644 --- a/src/many-abci/Cargo.toml +++ b/src/many-abci/Cargo.toml @@ -26,15 +26,15 @@ itertools = "0.10.5" json5 = "0.4.1" lazy_static = "1.4.0" minicbor = { version = "0.18.0", features = ["derive", "std"] } -many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity-webauthn = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity-webauthn = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } num-integer = "0.1.45" reqwest = "0.11.11" sha2 = "0.10.1" diff --git a/src/many-kvstore/Cargo.toml b/src/many-kvstore/Cargo.toml index d3d035fb..5fc1417d 100644 --- a/src/many-kvstore/Cargo.toml +++ b/src/many-kvstore/Cargo.toml @@ -27,13 +27,13 @@ json5 = "0.4.1" lazy_static = "1.4.0" num-bigint = "0.4.3" minicbor = { version = "0.18.0", features = ["derive", "std"] } -many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["default", "serde"] } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["ed25519", "ecdsa"] } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["default", "serde"] } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["ed25519", "ecdsa"] } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } serde = "1.0.130" serde_json = "1.0.72" sha3 = "0.10.4" @@ -47,8 +47,8 @@ tracing-subscriber = "0.3" [dev-dependencies] once_cell = "1.14.0" -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["default", "serde", "testing"] } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = [ "ed25519", "testing" ] } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["default", "serde", "testing"] } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = [ "ed25519", "testing" ] } tempfile = "3.3.0" [build-dependencies] diff --git a/src/many-ledger/Cargo.toml b/src/many-ledger/Cargo.toml index fb260fb4..4b2d441a 100644 --- a/src/many-ledger/Cargo.toml +++ b/src/many-ledger/Cargo.toml @@ -31,15 +31,15 @@ linkme = { version = "0.3.5", features = ["used_linker"] } num-bigint = "0.4.3" num-traits = "0.2.14" minicbor = { version = "0.18.0", features = ["derive", "std"] } -many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["default", "serde"] } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["ed25519", "ecdsa"] } -many-identity-webauthn = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-migration = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } +many-error = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["default", "serde"] } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["ed25519", "ecdsa"] } +many-identity-webauthn = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-migration = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-modules = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-protocol = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-server = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-types = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } rand = "0.8" serde = "1.0.130" serde_json = "1.0.72" @@ -56,9 +56,9 @@ typetag = "0.2.3" [dev-dependencies] once_cell = "1.12" -many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635" } -many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = ["default", "serde", "testing"] } -many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "591e5b40de75828ea1984780321060cf3da21635", features = [ "ed25519", "testing" ] } +many-client = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156" } +many-identity = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = ["default", "serde", "testing"] } +many-identity-dsa = { git = "https://github.com/liftedinit/many-rs.git", rev = "aff83e38877fff6e9e6d10a74d2f29ac768dc156", features = [ "ed25519", "testing" ] } many-ledger = { path = ".", features = ["balance_testing", "migration_testing"]} proptest = "1" tempfile = "3.3.0"