Skip to content

Commit

Permalink
1.49.1 rc (#1059)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix warnings

---------

Co-authored-by: tonjen <[email protected]>
  • Loading branch information
IgorKoval and tonjen authored Nov 15, 2024
1 parent 54dbb9f commit cfd5d30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ever_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zstd = { default-features = false, optional = true, version = '0.11.0' }
api_derive = { path = '../api/derive' }
api_info = { path = '../api/info' }
ever-struct = { git = 'https://github.com/everx-labs/ever-struct.git', tag = '1.1.21' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.1' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }
ever_block_json = { git = 'https://github.com/everx-labs/ever-block-json.git', tag = '0.9.37' }
ever_client_processing = { default-features = false, path = '../ever_client_processing' }
Expand Down
4 changes: 2 additions & 2 deletions ever_client/src/crypto/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ async fn test_crypto_box_signing_boxes() -> ever_block::Result<()> {
assert_eq!(callback_calls_counter.load(Ordering::Relaxed), 4);
}

client
let _: () = client
.request_async(
"crypto.clear_crypto_box_secret_cache",
RegisteredCryptoBox {
Expand Down Expand Up @@ -1588,7 +1588,7 @@ async fn test_crypto_box_encryption_boxes() -> ever_block::Result<()> {
assert_eq!(callback_calls_counter.load(Ordering::Relaxed), 4);
}

client
let _: () = client
.request_async(
"crypto.clear_crypto_box_secret_cache",
RegisteredCryptoBox {
Expand Down
4 changes: 2 additions & 2 deletions ever_client/src/proofs/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ async fn test_proof_block_data() -> Result<()> {
)
.await?;

client
let _: () = client
.request_async(
"proofs.proof_block_data",
ParamsOfProofBlockData {
Expand All @@ -804,7 +804,7 @@ async fn test_proof_block_data() -> Result<()> {

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

client
let _: () = client
.request_async(
"proofs.proof_block_data",
ParamsOfProofBlockData {
Expand Down
2 changes: 1 addition & 1 deletion ever_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ sha2 = '0.9'
thiserror = '1.0'
api_derive = { path = '../api/derive' }
api_info = { path = '../api/info' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.1' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }

0 comments on commit cfd5d30

Please sign in to comment.