chore(deps): bump serial_test from 0.9.0 to 0.10.0 (#1954)
This commit is contained in:
parent
253202f96a
commit
bfb919a5bf
|
@ -3772,9 +3772,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serial_test"
|
name = "serial_test"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153"
|
checksum = "1c789ec87f4687d022a2405cf46e0cd6284889f1839de292cadeb6c6019506f2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"futures",
|
"futures",
|
||||||
|
@ -3786,11 +3786,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serial_test_derive"
|
name = "serial_test_derive"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5"
|
checksum = "b64f9e531ce97c88b4778aad0ceee079216071cffec6ac9b904277f8f92e7fe3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error",
|
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
|
|
|
@ -35,7 +35,7 @@ getrandom = { version = "0.2", features = ["js"] }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] }
|
tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] }
|
||||||
serial_test = "0.9.0"
|
serial_test = "0.10.0"
|
||||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
|
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
|
||||||
ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false }
|
ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false }
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-f
|
||||||
] }
|
] }
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
ethers-solc = { version = "^1.0.0", path = "../ethers-solc" }
|
ethers-solc = { version = "^1.0.0", path = "../ethers-solc" }
|
||||||
serial_test = "0.9.0"
|
serial_test = "0.10.0"
|
||||||
reqwest = { version = "0.11.13", default-features = false, features = ["json", "rustls"] }
|
reqwest = { version = "0.11.13", default-features = false, features = ["json", "rustls"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue