File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ near-plugins = { path = "near-plugins" }
27
27
near-plugins-derive = { path = " near-plugins-derive" }
28
28
serde = " 1"
29
29
anyhow = " 1.0"
30
- borsh = " 0.9"
31
30
tokio = { version = " 1" , features = [" full" ] }
32
31
near-workspaces = " 0.9"
33
32
toml = " 0.5"
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ proc-macro-crate.workspace = true
17
17
18
18
[dev-dependencies ]
19
19
anyhow.workspace = true
20
- borsh.workspace = true
21
20
near-plugins.workspace = true
22
21
near-sdk.workspace = true
23
22
tokio.workspace = true
Original file line number Diff line number Diff line change 13
13
# for some other attempts and how they failed in CI).
14
14
cargo update -p anstyle@1.0.4 --precise 1.0.2
15
15
cargo update -p anstyle-parse@0.2.2 --precise 0.2.1
16
- cargo update -p clap@4.4.7 --precise 4.3.24
16
+ cargo update -p clap@4.4.8 --precise 4.3.24
17
17
cargo update -p clap_lex@0.5.1 --precise 0.5.0
You can’t perform that action at this time.
0 commit comments