From 3e954423fb155af44647e21cc889406a16c4d12e Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Sun, 30 Jun 2024 20:59:36 +0300 Subject: [PATCH] suggestions --- packages/rs-dpp/Cargo.toml | 2 +- packages/rs-drive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rs-dpp/Cargo.toml b/packages/rs-dpp/Cargo.toml index 1bd931779b..1a266ead74 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -66,7 +66,6 @@ rust_decimal_macros = "1.29.1" indexmap = { version = "2.0.2", features = ["serde"] } strum = { version = "0.25.0", features = ["derive"] } json-schema-compatibility-validator = { path = '../rs-json-schema-compatibility-validator' } -once_cell = "1.7" [dev-dependencies] test-case = { version = "2.0" } @@ -74,6 +73,7 @@ tokio = { version = "1.17", features = ["full"] } pretty_assertions = { version = "1.3.0" } dpp = { path = ".", features = ["all_features_without_client"] } assert_matches = "1.5.0" +once_cell = "1.7" [features] default = ["platform-value", "state-transitions"] diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index 081c3fe33f..4da605d831 100644 --- a/packages/rs-drive/Cargo.toml +++ b/packages/rs-drive/Cargo.toml @@ -49,7 +49,6 @@ grovedb = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677", optional = true } grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677" } grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677", optional = true } -once_cell = "1.7" [dev-dependencies] criterion = "0.3.5" @@ -68,6 +67,7 @@ dpp = { path = "../rs-dpp", features = [ "factories", "data-contract-json-conversion", ], default-features = false } +once_cell = "1.7" serde_json = { version = "1.0", features = ["preserve_order"] } [[bench]]