--- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ "instant", "pin-project-lite 0.2.9", "rand 0.8.5", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -2512,7 +2512,7 @@ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "async-trait", "fc-db", @@ -2531,7 +2531,7 @@ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2545,7 +2545,7 @@ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "fc-db", "fp-consensus", @@ -2562,7 +2562,7 @@ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "ethereum-types", @@ -2595,13 +2595,13 @@ "sp-io", "sp-runtime", "sp-storage", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "ethereum-types", @@ -2734,7 +2734,7 @@ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "parity-scale-codec", @@ -2746,7 +2746,7 @@ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "evm", "impl-trait-for-tuples", @@ -2759,7 +2759,7 @@ [[package]] name = "fp-evm-mapping" version = "0.1.0" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "frame-support", "sp-core", @@ -2768,7 +2768,7 @@ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "ethereum-types", @@ -2785,7 +2785,7 @@ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "frame-support", @@ -2801,7 +2801,7 @@ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "parity-scale-codec", ] @@ -3348,7 +3348,7 @@ "http", "indexmap", "slab", - "tokio 1.17.0", + "tokio 1.18.0", "tokio-util 0.7.1", "tracing", ] @@ -3486,9 +3486,9 @@ [[package]] name = "http" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" +checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" dependencies = [ "bytes 1.1.0", "fnv", @@ -3508,9 +3508,9 @@ [[package]] name = "httparse" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] name = "httpdate" @@ -3542,7 +3542,7 @@ "itoa 1.0.1", "pin-project-lite 0.2.9", "socket2 0.4.4", - "tokio 1.17.0", + "tokio 1.18.0", "tower-service", "tracing", "want", @@ -3560,7 +3560,7 @@ "log", "rustls 0.19.1", "rustls-native-certs 0.5.0", - "tokio 1.17.0", + "tokio 1.18.0", "tokio-rustls 0.22.0", "webpki 0.21.4", ] @@ -3576,7 +3576,7 @@ "log", "rustls 0.20.4", "rustls-native-certs 0.6.2", - "tokio 1.17.0", + "tokio 1.18.0", "tokio-rustls 0.23.3", "webpki-roots 0.22.3", ] @@ -3911,7 +3911,7 @@ "jsonrpc-core", "lazy_static", "log", - "tokio 1.17.0", + "tokio 1.18.0", "tokio-stream", "tokio-util 0.6.9", "unicase", @@ -3959,7 +3959,7 @@ "rustls-native-certs 0.6.2", "soketto", "thiserror", - "tokio 1.17.0", + "tokio 1.18.0", "tokio-rustls 0.23.3", "tokio-util 0.7.1", "tracing", @@ -3985,7 +3985,7 @@ "serde_json", "soketto", "thiserror", - "tokio 1.17.0", + "tokio 1.18.0", "tracing", ] @@ -4004,7 +4004,7 @@ "serde", "serde_json", "thiserror", - "tokio 1.17.0", + "tokio 1.18.0", "tracing", ] @@ -4804,9 +4804,9 @@ [[package]] name = "libz-sys" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859" +checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e" dependencies = [ "cc", "pkg-config", @@ -5693,7 +5693,7 @@ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "fp-evm", "frame-support", @@ -5939,7 +5939,7 @@ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "ethereum", "ethereum-types", @@ -5968,7 +5968,7 @@ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#181be008ee7eff1b16dfabaaf1383b4253cc9790" +source = "git+https://github.com//uniquenetwork/frontier?branch=unique-polkadot-v0.9.19#5d43f948da8c241b85d18bf40aabaf93d96a7f18" dependencies = [ "evm", "fp-evm", @@ -6867,7 +6867,7 @@ "libc", "log", "rand 0.7.3", - "tokio 1.17.0", + "tokio 1.18.0", "winapi 0.3.9", ] @@ -8401,7 +8401,7 @@ "substrate-test-client", "tempfile", "test-runtime-constants", - "tokio 1.17.0", + "tokio 1.18.0", "tracing-gum", ] @@ -9417,7 +9417,7 @@ "sp-version", "thiserror", "tiny-bip39", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -10039,7 +10039,7 @@ "log", "serde_json", "substrate-prometheus-endpoint", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -10101,7 +10101,7 @@ "substrate-prometheus-endpoint", "tempfile", "thiserror", - "tokio 1.17.0", + "tokio 1.18.0", "tracing", "tracing-futures", ] @@ -11595,7 +11595,7 @@ "log", "prometheus", "thiserror", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -11654,7 +11654,7 @@ dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -11902,9 +11902,9 @@ [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" dependencies = [ "bytes 1.1.0", "libc", @@ -11949,7 +11949,7 @@ checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" dependencies = [ "rustls 0.19.1", - "tokio 1.17.0", + "tokio 1.18.0", "webpki 0.21.4", ] @@ -11960,7 +11960,7 @@ checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e" dependencies = [ "rustls 0.20.4", - "tokio 1.17.0", + "tokio 1.18.0", "webpki 0.22.0", ] @@ -11972,7 +11972,7 @@ dependencies = [ "futures-core", "pin-project-lite 0.2.9", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -11986,7 +11986,7 @@ "futures-sink", "log", "pin-project-lite 0.2.9", - "tokio 1.17.0", + "tokio 1.18.0", ] [[package]] @@ -12000,7 +12000,7 @@ "futures-io", "futures-sink", "pin-project-lite 0.2.9", - "tokio 1.17.0", + "tokio 1.18.0", "tracing", ] @@ -12033,9 +12033,9 @@ [[package]] name = "tracing-attributes" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b" +checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" dependencies = [ "proc-macro2", "quote", @@ -12410,7 +12410,7 @@ "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", - "tokio 1.17.0", + "tokio 1.18.0", "unique-rpc", "unique-runtime", "unique-runtime-common",