| @@ -945,8 +945,8 @@ dependencies = [ | |||
| "bytes", | |||
| "futures-util", | |||
| "http 0.2.9", | |||
| "http-body", | |||
| "hyper", | |||
| "http-body 0.4.5", | |||
| "hyper 0.14.27", | |||
| "itoa", | |||
| "matchit", | |||
| "memchr", | |||
| @@ -971,7 +971,7 @@ dependencies = [ | |||
| "bytes", | |||
| "futures-util", | |||
| "http 0.2.9", | |||
| "http-body", | |||
| "http-body 0.4.5", | |||
| "mime", | |||
| "rustversion", | |||
| "tower-layer", | |||
| @@ -1011,6 +1011,12 @@ version = "0.21.4" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" | |||
| [[package]] | |||
| name = "base64" | |||
| version = "0.22.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |||
| [[package]] | |||
| name = "base64ct" | |||
| version = "1.6.0" | |||
| @@ -3856,6 +3862,29 @@ dependencies = [ | |||
| "pin-project-lite", | |||
| ] | |||
| [[package]] | |||
| name = "http-body" | |||
| version = "1.0.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" | |||
| dependencies = [ | |||
| "bytes", | |||
| "http 1.1.0", | |||
| ] | |||
| [[package]] | |||
| name = "http-body-util" | |||
| version = "0.1.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" | |||
| dependencies = [ | |||
| "bytes", | |||
| "futures-core", | |||
| "http 1.1.0", | |||
| "http-body 1.0.0", | |||
| "pin-project-lite", | |||
| ] | |||
| [[package]] | |||
| name = "httparse" | |||
| version = "1.8.0" | |||
| @@ -3886,7 +3915,7 @@ dependencies = [ | |||
| "futures-util", | |||
| "h2", | |||
| "http 0.2.9", | |||
| "http-body", | |||
| "http-body 0.4.5", | |||
| "httparse", | |||
| "httpdate", | |||
| "itoa", | |||
| @@ -3898,18 +3927,40 @@ dependencies = [ | |||
| "want", | |||
| ] | |||
| [[package]] | |||
| name = "hyper" | |||
| version = "1.3.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" | |||
| dependencies = [ | |||
| "bytes", | |||
| "futures-channel", | |||
| "futures-util", | |||
| "http 1.1.0", | |||
| "http-body 1.0.0", | |||
| "httparse", | |||
| "itoa", | |||
| "pin-project-lite", | |||
| "smallvec", | |||
| "tokio", | |||
| "want", | |||
| ] | |||
| [[package]] | |||
| name = "hyper-rustls" | |||
| version = "0.24.2" | |||
| version = "0.26.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" | |||
| checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" | |||
| dependencies = [ | |||
| "futures-util", | |||
| "http 0.2.9", | |||
| "hyper", | |||
| "rustls 0.21.10", | |||
| "http 1.1.0", | |||
| "hyper 1.3.1", | |||
| "hyper-util", | |||
| "rustls 0.22.4", | |||
| "rustls-pki-types", | |||
| "tokio", | |||
| "tokio-rustls", | |||
| "tower-service", | |||
| ] | |||
| [[package]] | |||
| @@ -3918,12 +3969,32 @@ version = "0.4.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" | |||
| dependencies = [ | |||
| "hyper", | |||
| "hyper 0.14.27", | |||
| "pin-project-lite", | |||
| "tokio", | |||
| "tokio-io-timeout", | |||
| ] | |||
| [[package]] | |||
| name = "hyper-util" | |||
| version = "0.1.3" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" | |||
| dependencies = [ | |||
| "bytes", | |||
| "futures-channel", | |||
| "futures-util", | |||
| "http 1.1.0", | |||
| "http-body 1.0.0", | |||
| "hyper 1.3.1", | |||
| "pin-project-lite", | |||
| "socket2 0.5.6", | |||
| "tokio", | |||
| "tower", | |||
| "tower-service", | |||
| "tracing", | |||
| ] | |||
| [[package]] | |||
| name = "iana-time-zone" | |||
| version = "0.1.57" | |||
| @@ -7502,7 +7573,7 @@ dependencies = [ | |||
| "clap 4.4.6", | |||
| "document-features", | |||
| "futures-util", | |||
| "hyper", | |||
| "hyper 0.14.27", | |||
| "re_analytics", | |||
| "re_log", | |||
| "thiserror", | |||
| @@ -7642,20 +7713,20 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" | |||
| [[package]] | |||
| name = "reqwest" | |||
| version = "0.11.22" | |||
| version = "0.12.4" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" | |||
| checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" | |||
| dependencies = [ | |||
| "base64 0.21.4", | |||
| "base64 0.22.1", | |||
| "bytes", | |||
| "encoding_rs", | |||
| "futures-core", | |||
| "futures-util", | |||
| "h2", | |||
| "http 0.2.9", | |||
| "http-body", | |||
| "hyper", | |||
| "http 1.1.0", | |||
| "http-body 1.0.0", | |||
| "http-body-util", | |||
| "hyper 1.3.1", | |||
| "hyper-rustls", | |||
| "hyper-util", | |||
| "ipnet", | |||
| "js-sys", | |||
| "log", | |||
| @@ -7663,12 +7734,13 @@ dependencies = [ | |||
| "once_cell", | |||
| "percent-encoding", | |||
| "pin-project-lite", | |||
| "rustls 0.21.10", | |||
| "rustls-pemfile", | |||
| "rustls 0.22.4", | |||
| "rustls-pemfile 2.1.2", | |||
| "rustls-pki-types", | |||
| "serde", | |||
| "serde_json", | |||
| "serde_urlencoded", | |||
| "system-configuration", | |||
| "sync_wrapper", | |||
| "tokio", | |||
| "tokio-rustls", | |||
| "tower-service", | |||
| @@ -7676,7 +7748,7 @@ dependencies = [ | |||
| "wasm-bindgen", | |||
| "wasm-bindgen-futures", | |||
| "web-sys", | |||
| "webpki-roots 0.25.3", | |||
| "webpki-roots 0.26.1", | |||
| "winreg", | |||
| ] | |||
| @@ -8023,18 +8095,6 @@ dependencies = [ | |||
| "webpki", | |||
| ] | |||
| [[package]] | |||
| name = "rustls" | |||
| version = "0.21.10" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" | |||
| dependencies = [ | |||
| "log", | |||
| "ring 0.17.7", | |||
| "rustls-webpki 0.101.7", | |||
| "sct", | |||
| ] | |||
| [[package]] | |||
| name = "rustls" | |||
| version = "0.22.4" | |||
| @@ -8044,7 +8104,7 @@ dependencies = [ | |||
| "log", | |||
| "ring 0.17.7", | |||
| "rustls-pki-types", | |||
| "rustls-webpki 0.102.2", | |||
| "rustls-webpki", | |||
| "subtle", | |||
| "zeroize", | |||
| ] | |||
| @@ -8056,7 +8116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" | |||
| dependencies = [ | |||
| "openssl-probe", | |||
| "rustls-pemfile", | |||
| "rustls-pemfile 1.0.3", | |||
| "schannel", | |||
| "security-framework", | |||
| ] | |||
| @@ -8071,20 +8131,20 @@ dependencies = [ | |||
| ] | |||
| [[package]] | |||
| name = "rustls-pki-types" | |||
| version = "1.4.1" | |||
| name = "rustls-pemfile" | |||
| version = "2.1.2" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" | |||
| checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" | |||
| dependencies = [ | |||
| "base64 0.22.1", | |||
| "rustls-pki-types", | |||
| ] | |||
| [[package]] | |||
| name = "rustls-webpki" | |||
| version = "0.101.7" | |||
| name = "rustls-pki-types" | |||
| version = "1.4.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" | |||
| dependencies = [ | |||
| "ring 0.17.7", | |||
| "untrusted 0.9.0", | |||
| ] | |||
| checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" | |||
| [[package]] | |||
| name = "rustls-webpki" | |||
| @@ -8585,9 +8645,9 @@ dependencies = [ | |||
| [[package]] | |||
| name = "smallvec" | |||
| version = "1.11.1" | |||
| version = "1.13.2" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" | |||
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" | |||
| dependencies = [ | |||
| "serde", | |||
| ] | |||
| @@ -8909,27 +8969,6 @@ dependencies = [ | |||
| "windows 0.52.0", | |||
| ] | |||
| [[package]] | |||
| name = "system-configuration" | |||
| version = "0.5.1" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" | |||
| dependencies = [ | |||
| "bitflags 1.3.2", | |||
| "core-foundation", | |||
| "system-configuration-sys", | |||
| ] | |||
| [[package]] | |||
| name = "system-configuration-sys" | |||
| version = "0.5.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" | |||
| dependencies = [ | |||
| "core-foundation-sys", | |||
| "libc", | |||
| ] | |||
| [[package]] | |||
| name = "tap" | |||
| version = "1.0.1" | |||
| @@ -9168,11 +9207,12 @@ dependencies = [ | |||
| [[package]] | |||
| name = "tokio-rustls" | |||
| version = "0.24.1" | |||
| version = "0.25.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" | |||
| checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" | |||
| dependencies = [ | |||
| "rustls 0.21.10", | |||
| "rustls 0.22.4", | |||
| "rustls-pki-types", | |||
| "tokio", | |||
| ] | |||
| @@ -9254,8 +9294,8 @@ dependencies = [ | |||
| "bytes", | |||
| "h2", | |||
| "http 0.2.9", | |||
| "http-body", | |||
| "hyper", | |||
| "http-body 0.4.5", | |||
| "hyper 0.14.27", | |||
| "hyper-timeout", | |||
| "percent-encoding", | |||
| "pin-project", | |||
| @@ -9593,7 +9633,7 @@ dependencies = [ | |||
| "once_cell", | |||
| "rustls 0.22.4", | |||
| "rustls-pki-types", | |||
| "rustls-webpki 0.102.2", | |||
| "rustls-webpki", | |||
| "url", | |||
| "webpki-roots 0.26.1", | |||
| ] | |||
| @@ -9988,12 +10028,6 @@ dependencies = [ | |||
| "webpki", | |||
| ] | |||
| [[package]] | |||
| name = "webpki-roots" | |||
| version = "0.25.3" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" | |||
| [[package]] | |||
| name = "webpki-roots" | |||
| version = "0.26.1" | |||
| @@ -10559,9 +10593,9 @@ dependencies = [ | |||
| [[package]] | |||
| name = "winreg" | |||
| version = "0.50.0" | |||
| version = "0.52.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" | |||
| checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" | |||
| dependencies = [ | |||
| "cfg-if 1.0.0", | |||
| "windows-sys 0.48.0", | |||
| @@ -10958,7 +10992,7 @@ dependencies = [ | |||
| "quinn", | |||
| "rustls 0.20.9", | |||
| "rustls-native-certs", | |||
| "rustls-pemfile", | |||
| "rustls-pemfile 1.0.3", | |||
| "webpki", | |||
| "zenoh-cfg-properties", | |||
| "zenoh-config", | |||
| @@ -10996,7 +11030,7 @@ dependencies = [ | |||
| "async-trait", | |||
| "futures", | |||
| "log", | |||
| "rustls-pemfile", | |||
| "rustls-pemfile 1.0.3", | |||
| "webpki", | |||
| "webpki-roots 0.22.6", | |||
| "zenoh-cfg-properties", | |||