Skip to content

Commit cfd5d30

Browse files
IgorKovaltonjen
andauthored
1.49.1 rc (#1059)
* Update dependencies * Fix warnings --------- Co-authored-by: tonjen <[email protected]>
1 parent 54dbb9f commit cfd5d30

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ever_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ zstd = { default-features = false, optional = true, version = '0.11.0' }
5555
api_derive = { path = '../api/derive' }
5656
api_info = { path = '../api/info' }
5757
ever-struct = { git = 'https://github.com/everx-labs/ever-struct.git', tag = '1.1.21' }
58-
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
58+
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.1' }
5959
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }
6060
ever_block_json = { git = 'https://github.com/everx-labs/ever-block-json.git', tag = '0.9.37' }
6161
ever_client_processing = { default-features = false, path = '../ever_client_processing' }

ever_client/src/crypto/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ async fn test_crypto_box_signing_boxes() -> ever_block::Result<()> {
14521452
assert_eq!(callback_calls_counter.load(Ordering::Relaxed), 4);
14531453
}
14541454

1455-
client
1455+
let _: () = client
14561456
.request_async(
14571457
"crypto.clear_crypto_box_secret_cache",
14581458
RegisteredCryptoBox {
@@ -1588,7 +1588,7 @@ async fn test_crypto_box_encryption_boxes() -> ever_block::Result<()> {
15881588
assert_eq!(callback_calls_counter.load(Ordering::Relaxed), 4);
15891589
}
15901590

1591-
client
1591+
let _: () = client
15921592
.request_async(
15931593
"crypto.clear_crypto_box_secret_cache",
15941594
RegisteredCryptoBox {

ever_client/src/proofs/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ async fn test_proof_block_data() -> Result<()> {
793793
)
794794
.await?;
795795

796-
client
796+
let _: () = client
797797
.request_async(
798798
"proofs.proof_block_data",
799799
ParamsOfProofBlockData {
@@ -804,7 +804,7 @@ async fn test_proof_block_data() -> Result<()> {
804804

805805
block_json["boc"] = Value::Null;
806806

807-
client
807+
let _: () = client
808808
.request_async(
809809
"proofs.proof_block_data",
810810
ParamsOfProofBlockData {

ever_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ sha2 = '0.9'
2121
thiserror = '1.0'
2222
api_derive = { path = '../api/derive' }
2323
api_info = { path = '../api/info' }
24-
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
24+
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.1' }
2525
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }
2626

0 commit comments

Comments
 (0)