fix(deps): bump reqwest from 0.12.23 to 0.12.25 #1113
Annotations
10 warnings and 8 notices
|
hiding a lifetime that's elided elsewhere is confusing:
ton-liteserver-client/src/tracker/masterchain_first_block_tracker.rs#L114
warning: hiding a lifetime that's elided elsewhere is confusing
--> ton-liteserver-client/src/tracker/masterchain_first_block_tracker.rs:114:19
|
114 | pub fn borrow(&self) -> Ref<Option<BlockHeader>> {
| ^^^^^ ------------------------ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
114 | pub fn borrow(&self) -> Ref<'_, Option<BlockHeader>> {
| +++
|
|
called `unwrap` on `block` after checking its variant with `is_ok`:
ton-liteserver-client/src/tracker/find_first_block.rs#L46
warning: called `unwrap` on `block` after checking its variant with `is_ok`
--> ton-liteserver-client/src/tracker/find_first_block.rs:46:28
|
45 | if block.is_ok() {
| ---------------- help: try: `if let Ok(<item>) = &block`
46 | success = Some(block.as_ref().unwrap().clone());
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
= note: `#[warn(clippy::unnecessary_unwrap)]` on by default
|
|
Run cargo tests (macos-14, testnet)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-14, testnet)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-15, testnet)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-15, testnet)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-14)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-14)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
Run cargo tests (macos-15)
lz4 1.10.0 is already installed and up-to-date.
To reinstall 1.10.0, run:
brew reinstall lz4
|
|
Run cargo tests (macos-15)
libsodium 1.0.20 is already installed and up-to-date.
To reinstall 1.0.20, run:
brew reinstall libsodium
|
|
sccache stats
0% - 0 hits, 575 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 575 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 569 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 569 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 568 misses, 4 errors
|
|
sccache stats
0% - 0 hits, 574 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 574 misses, 2 errors
|
|
sccache stats
0% - 0 hits, 568 misses, 4 errors
|