Skip to content
Snippets Groups Projects
Commit 9c40c819 authored by Cédric Moreau's avatar Cédric Moreau Committed by Hugo Trentesaux
Browse files

fix: rebase on master

parent 60b9d019
No related branches found
No related tags found
1 merge request!273Resolve "Dissociate release of Runtime and release of Client"
...@@ -904,7 +904,7 @@ dependencies = [ ...@@ -904,7 +904,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"regex", "regex",
"rustc-hash", "rustc-hash 1.1.0",
"shlex", "shlex",
"syn 2.0.67", "syn 2.0.67",
] ]
...@@ -4326,6 +4326,24 @@ dependencies = [ ...@@ -4326,6 +4326,24 @@ dependencies = [
"tokio-rustls 0.24.1", "tokio-rustls 0.24.1",
] ]
[[package]]
name = "hyper-rustls"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.0",
"hyper-util",
"rustls 0.23.10",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
"webpki-roots 0.26.3",
]
[[package]] [[package]]
name = "hyper-util" name = "hyper-util"
version = "0.1.5" version = "0.1.5"
...@@ -4812,7 +4830,7 @@ dependencies = [ ...@@ -4812,7 +4830,7 @@ dependencies = [
"hyper 0.14.29", "hyper 0.14.29",
"jsonrpsee-types 0.22.5", "jsonrpsee-types 0.22.5",
"pin-project", "pin-project",
"rustc-hash", "rustc-hash 1.1.0",
"serde", "serde",
"serde_json", "serde_json",
"thiserror", "thiserror",
...@@ -4840,7 +4858,7 @@ dependencies = [ ...@@ -4840,7 +4858,7 @@ dependencies = [
"parking_lot 0.12.3", "parking_lot 0.12.3",
"pin-project", "pin-project",
"rand", "rand",
"rustc-hash", "rustc-hash 1.1.0",
"serde", "serde",
"serde_json", "serde_json",
"thiserror", "thiserror",
...@@ -4857,7 +4875,7 @@ checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" ...@@ -4857,7 +4875,7 @@ checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"hyper 0.14.29", "hyper 0.14.29",
"hyper-rustls", "hyper-rustls 0.24.2",
"jsonrpsee-core 0.22.5", "jsonrpsee-core 0.22.5",
"jsonrpsee-types 0.22.5", "jsonrpsee-types 0.22.5",
"serde", "serde",
...@@ -8124,7 +8142,7 @@ dependencies = [ ...@@ -8124,7 +8142,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"quinn-proto 0.9.6", "quinn-proto 0.9.6",
"quinn-udp 0.3.2", "quinn-udp 0.3.2",
"rustc-hash", "rustc-hash 1.1.0",
"rustls 0.20.9", "rustls 0.20.9",
"thiserror", "thiserror",
"tokio", "tokio",
...@@ -8143,13 +8161,31 @@ dependencies = [ ...@@ -8143,13 +8161,31 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"quinn-proto 0.10.6", "quinn-proto 0.10.6",
"quinn-udp 0.4.1", "quinn-udp 0.4.1",
"rustc-hash", "rustc-hash 1.1.0",
"rustls 0.21.12", "rustls 0.21.12",
"thiserror", "thiserror",
"tokio", "tokio",
"tracing", "tracing",
] ]
[[package]]
name = "quinn"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
dependencies = [
"bytes",
"pin-project-lite 0.2.14",
"quinn-proto 0.11.8",
"quinn-udp 0.5.4",
"rustc-hash 2.0.0",
"rustls 0.23.10",
"socket2 0.5.7",
"thiserror",
"tokio",
"tracing",
]
[[package]] [[package]]
name = "quinn-proto" name = "quinn-proto"
version = "0.9.6" version = "0.9.6"
...@@ -8159,7 +8195,7 @@ dependencies = [ ...@@ -8159,7 +8195,7 @@ dependencies = [
"bytes", "bytes",
"rand", "rand",
"ring 0.16.20", "ring 0.16.20",
"rustc-hash", "rustc-hash 1.1.0",
"rustls 0.20.9", "rustls 0.20.9",
"slab", "slab",
"thiserror", "thiserror",
...@@ -8177,7 +8213,7 @@ dependencies = [ ...@@ -8177,7 +8213,7 @@ dependencies = [
"bytes", "bytes",
"rand", "rand",
"ring 0.16.20", "ring 0.16.20",
"rustc-hash", "rustc-hash 1.1.0",
"rustls 0.21.12", "rustls 0.21.12",
"slab", "slab",
"thiserror", "thiserror",
...@@ -8185,6 +8221,23 @@ dependencies = [ ...@@ -8185,6 +8221,23 @@ dependencies = [
"tracing", "tracing",
] ]
[[package]]
name = "quinn-proto"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
dependencies = [
"bytes",
"rand",
"ring 0.17.8",
"rustc-hash 2.0.0",
"rustls 0.23.10",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]] [[package]]
name = "quinn-udp" name = "quinn-udp"
version = "0.3.2" version = "0.3.2"
...@@ -8211,6 +8264,19 @@ dependencies = [ ...@@ -8211,6 +8264,19 @@ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]
[[package]]
name = "quinn-udp"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
dependencies = [
"libc",
"once_cell",
"socket2 0.5.7",
"tracing",
"windows-sys 0.52.0",
]
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.36" version = "1.0.36"
...@@ -8416,7 +8482,7 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" ...@@ -8416,7 +8482,7 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
dependencies = [ dependencies = [
"hashbrown 0.13.2", "hashbrown 0.13.2",
"log", "log",
"rustc-hash", "rustc-hash 1.1.0",
"slice-group-by", "slice-group-by",
"smallvec", "smallvec",
] ]
...@@ -8484,7 +8550,8 @@ dependencies = [ ...@@ -8484,7 +8550,8 @@ dependencies = [
"http 1.1.0", "http 1.1.0",
"http-body 1.0.0", "http-body 1.0.0",
"http-body-util", "http-body-util",
"hyper 1.3.1", "hyper 1.4.0",
"hyper-rustls 0.27.3",
"hyper-util", "hyper-util",
"ipnet", "ipnet",
"js-sys", "js-sys",
...@@ -8492,17 +8559,23 @@ dependencies = [ ...@@ -8492,17 +8559,23 @@ dependencies = [
"mime", "mime",
"once_cell", "once_cell",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite 0.2.14",
"quinn 0.11.5",
"rustls 0.23.10",
"rustls-pemfile 2.1.2",
"rustls-pki-types",
"serde", "serde",
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
"sync_wrapper", "sync_wrapper",
"tokio", "tokio",
"tokio-rustls 0.26.0",
"tower-service", "tower-service",
"url", "url",
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
"webpki-roots 0.26.3",
"winreg 0.52.0", "winreg 0.52.0",
] ]
...@@ -8636,6 +8709,12 @@ version = "1.1.0" ...@@ -8636,6 +8709,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
[[package]] [[package]]
name = "rustc-hex" name = "rustc-hex"
version = "2.1.0" version = "2.1.0"
...@@ -9613,7 +9692,7 @@ dependencies = [ ...@@ -9613,7 +9692,7 @@ dependencies = [
"futures 0.3.30", "futures 0.3.30",
"futures-timer", "futures-timer",
"hyper 0.14.29", "hyper 0.14.29",
"hyper-rustls", "hyper-rustls 0.24.2",
"log", "log",
"num_cpus", "num_cpus",
"once_cell", "once_cell",
...@@ -9881,7 +9960,7 @@ dependencies = [ ...@@ -9881,7 +9960,7 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.12.3", "parking_lot 0.12.3",
"regex", "regex",
"rustc-hash", "rustc-hash 1.1.0",
"sc-client-api", "sc-client-api",
"sc-tracing-proc-macro", "sc-tracing-proc-macro",
"serde", "serde",
...@@ -11332,7 +11411,7 @@ name = "sp-rpc" ...@@ -11332,7 +11411,7 @@ name = "sp-rpc"
version = "26.0.0" version = "26.0.0"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [ dependencies = [
"rustc-hash", "rustc-hash 1.1.0",
"serde", "serde",
"sp-core", "sp-core",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment