From 93278eed131965b94086a77d4c07d89f1637efe5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 14 Nov 2023 12:43:54 +0100 Subject: [PATCH 1/2] build: remove unnecessary dependency --- Cargo.toml | 1 - near-plugins-derive/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 178de3d..1a02aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ near-plugins = { path = "near-plugins" } near-plugins-derive = { path = "near-plugins-derive" } serde = "1" anyhow = "1.0" -borsh = "0.9" tokio = { version = "1", features = ["full"] } near-workspaces = "0.9" toml = "0.5" diff --git a/near-plugins-derive/Cargo.toml b/near-plugins-derive/Cargo.toml index 65fce97..a13504a 100644 --- a/near-plugins-derive/Cargo.toml +++ b/near-plugins-derive/Cargo.toml @@ -17,7 +17,6 @@ proc-macro-crate.workspace = true [dev-dependencies] anyhow.workspace = true -borsh.workspace = true near-plugins.workspace = true near-sdk.workspace = true tokio.workspace = true From 7c3a7139a8c7371690795fcba2711fe49559766d Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 14 Nov 2023 12:48:12 +0100 Subject: [PATCH 2/2] Fix version of dependency to downgrade --- scripts/fix_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix_dependencies.sh b/scripts/fix_dependencies.sh index 6130537..d21b92e 100755 --- a/scripts/fix_dependencies.sh +++ b/scripts/fix_dependencies.sh @@ -13,5 +13,5 @@ # for some other attempts and how they failed in CI). cargo update -p anstyle@1.0.4 --precise 1.0.2 cargo update -p anstyle-parse@0.2.2 --precise 0.2.1 -cargo update -p clap@4.4.7 --precise 4.3.24 +cargo update -p clap@4.4.8 --precise 4.3.24 cargo update -p clap_lex@0.5.1 --precise 0.5.0