From 2d286729c2d2c5298bbd886e7268643caf9231e3 Mon Sep 17 00:00:00 2001 From: Marco Kirchner Date: Tue, 2 Apr 2024 06:15:29 +0200 Subject: [PATCH] update dependencies --- Cargo.lock | 123 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 6 +-- 2 files changed, 114 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 036461b..43f35f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,6 +796,25 @@ dependencies = [ "tracing", ] +[[package]] +name = "h2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51ee2dd2e4f378392eeff5d51618cd9a63166a2513846bbc55f21cfacd9199d4" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 1.1.0", + "indexmap 2.2.5", + "slab", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "hashbrown" version = "0.12.3" @@ -916,7 +935,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", + "h2 0.3.24", "http 0.2.12", "http-body 0.4.6", "httparse", @@ -939,6 +958,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", + "h2 0.4.3", "http 1.1.0", "http-body 1.0.0", "httparse", @@ -977,6 +997,22 @@ dependencies = [ "tokio-native-tls", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.2.0", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + [[package]] name = "hyper-util" version = "0.1.3" @@ -1176,7 +1212,7 @@ dependencies = [ "futures-util", "itertools", "log", - "reqwest", + "reqwest 0.12.2", "rust_socketio", "serde", "serde-inline-default", @@ -1715,11 +1751,11 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2", + "h2 0.3.24", "http 0.2.12", "http-body 0.4.6", "hyper 0.14.28", - "hyper-tls", + "hyper-tls 0.5.0", "ipnet", "js-sys", "log", @@ -1733,7 +1769,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "sync_wrapper", - "system-configuration", + "system-configuration 0.6.0", "tokio", "tokio-native-tls", "tokio-util", @@ -1746,6 +1782,48 @@ dependencies = [ "winreg", ] +[[package]] +name = "reqwest" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" +dependencies = [ + "base64", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2 0.4.3", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "hyper 1.2.0", + "hyper-tls 0.6.0", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls-pemfile", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "system-configuration 0.5.1", + "tokio", + "tokio-native-tls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg", +] + [[package]] name = "ron" version = "0.8.1" @@ -1770,8 +1848,9 @@ dependencies = [ [[package]] name = "rust_engineio" -version = "0.4.4" -source = "git+https://github.com/1c3t3a/rust-socketio.git?rev=9ccf67b#9ccf67b6197664a946f152c6fd3c9f45490ce3f6" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9f6b84a70ea96d855aa620573d9baa5e6e9ed4faf109be8759815932e99ac74" dependencies = [ "adler32", "async-stream", @@ -1781,7 +1860,7 @@ dependencies = [ "futures-util", "http 0.2.12", "native-tls", - "reqwest", + "reqwest 0.11.25", "serde", "serde_json", "thiserror", @@ -1793,8 +1872,9 @@ dependencies = [ [[package]] name = "rust_socketio" -version = "0.4.4" -source = "git+https://github.com/1c3t3a/rust-socketio.git?rev=9ccf67b#9ccf67b6197664a946f152c6fd3c9f45490ce3f6" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb51fbb88c17e486290a5f733b31f3a8bd4cdda075c6afe5619c2772e2424329" dependencies = [ "adler32", "async-stream", @@ -2163,6 +2243,17 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[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 0.5.0", +] + [[package]] name = "system-configuration" version = "0.6.0" @@ -2171,7 +2262,17 @@ checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42" dependencies = [ "bitflags 2.4.2", "core-foundation", - "system-configuration-sys", + "system-configuration-sys 0.6.0", +] + +[[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]] diff --git a/Cargo.toml b/Cargo.toml index a7235e7..7f63272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,8 @@ humantime-serde = { version = "1.1.1" } itertools = { version = "0.12.0" } log = { version = "0.4.20" } pretty_env_logger = { version = "0.5.0" } -reqwest = { version = "0.11.23", features = ["json"] } -rust_socketio = { git = "https://github.com/1c3t3a/rust-socketio.git", rev = "9ccf67b", features = [ - "async", -] } +reqwest = { version = "0.12.2", features = ["json"] } +rust_socketio = { version = "0.5.0", features = ["async"] } serde = { version = "1.0.194", features = ["derive"] } serde_alias = { version = "0.0.2" } serde_json = { version = "1.0.111" }