upgraded idna and url to fix vulnerability RUSTSEC-2024-0421 #587
Annotations
2 errors and 27 warnings
Testing wasm32
test failed, to rerun pass `--lib`
|
Testing wasm32
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Checking wasm32
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Checking wasm32:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32:
src/types/uint.rs#L1
unused import: `BigEndianHash`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Checking wasm32:
src/transports/eip_1193.rs#L250
field `stack` is never read
|
Checking wasm32
`web3` (lib) generated 7 warnings (run `cargo fix --lib -p web3` to apply 1 suggestion)
|
Testing wasm32
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Testing wasm32:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Testing wasm32:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Testing wasm32:
src/transports/eip_1193.rs#L250
field `stack` is never read
|
Testing wasm32:
src/helpers.rs#L110
missing documentation for a module
|
Testing wasm32
`web3` (lib test) generated 7 warnings
|
Checking wasm32 with http
`/home/runner/work/rust-web3/rust-web3/.cargo/config` is deprecated in favor of `config.toml`
|
Checking wasm32 with http:
src/transports/mod.rs#L9
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32 with http:
src/transports/mod.rs#L11
unexpected `cfg` condition value: `http-rustls`
|
Checking wasm32 with http:
src/types/uint.rs#L1
unused import: `BigEndianHash`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L9
use of deprecated struct `idna::Config`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L25
use of deprecated struct `idna::Config`
|
Checking wasm32 with http:
src/contract/ens/eth_ens.rs#L39
use of deprecated struct `idna::Config`
|
Checking wasm32 with http
`web3` (lib) generated 6 warnings (run `cargo fix --lib -p web3` to apply 1 suggestion)
|
Loading