Update tower and tower-http
All checks were successful
Push Workflows / docs (push) Successful in 5m14s
Push Workflows / test (push) Successful in 7m57s
Push Workflows / leptos-test (push) Successful in 10m23s
Push Workflows / build (push) Successful in 11m1s
Push Workflows / docker-build (push) Successful in 18m23s

Remove gloo-net override
This commit is contained in:
Ethan Girouard 2024-10-04 15:14:32 -04:00
parent 20a3c0c7df
commit 2c71e065b7
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146
2 changed files with 54 additions and 30 deletions

77
Cargo.lock generated
View File

@ -151,7 +151,7 @@ dependencies = [
"axum-core",
"bytes",
"futures-util",
"http",
"http 1.1.0",
"http-body",
"http-body-util",
"hyper",
@ -167,7 +167,7 @@ dependencies = [
"serde",
"sync_wrapper 1.0.0",
"tokio",
"tower",
"tower 0.4.13",
"tower-layer",
"tower-service",
]
@ -181,7 +181,7 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http 1.1.0",
"http-body",
"http-body-util",
"mime",
@ -1017,13 +1017,14 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "gloo-net"
version = "0.5.0"
source = "git+https://github.com/rustwasm/gloo.git?rev=a823fab7ecc4068e9a28bd669da5eaf3f0a56380#a823fab7ecc4068e9a28bd669da5eaf3f0a56380"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43aaa242d1239a8822c15c645f02166398da4f8b5c4bae795c1f5b44e9eee173"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"http",
"http 0.2.12",
"js-sys",
"pin-project",
"serde",
@ -1049,7 +1050,8 @@ dependencies = [
[[package]]
name = "gloo-utils"
version = "0.2.0"
source = "git+https://github.com/rustwasm/gloo.git?rev=a823fab7ecc4068e9a28bd669da5eaf3f0a56380#a823fab7ecc4068e9a28bd669da5eaf3f0a56380"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
dependencies = [
"js-sys",
"serde",
@ -1117,6 +1119,17 @@ dependencies = [
"utf8-width",
]
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.1.0"
@ -1135,7 +1148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http",
"http 1.1.0",
]
[[package]]
@ -1146,7 +1159,7 @@ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
dependencies = [
"bytes",
"futures-core",
"http",
"http 1.1.0",
"http-body",
"pin-project-lite",
]
@ -1178,7 +1191,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
"http 1.1.0",
"http-body",
"httparse",
"httpdate",
@ -1196,7 +1209,7 @@ checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
dependencies = [
"bytes",
"futures-util",
"http",
"http 1.1.0",
"http-body",
"hyper",
"pin-project-lite",
@ -1826,7 +1839,7 @@ dependencies = [
"diesel_migrations",
"dotenv",
"flexi_logger",
"http",
"http 1.1.0",
"icondata",
"image-convert",
"lazy_static",
@ -1846,7 +1859,7 @@ dependencies = [
"thiserror",
"time",
"tokio",
"tower",
"tower 0.5.1",
"tower-http",
"tower-sessions-redis-store",
"wasm-bindgen",
@ -2023,7 +2036,7 @@ dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"http 1.1.0",
"httparse",
"log",
"memchr",
@ -2670,7 +2683,7 @@ dependencies = [
"dashmap",
"futures",
"gloo-net",
"http",
"http 1.1.0",
"http-body-util",
"hyper",
"inventory",
@ -2683,7 +2696,7 @@ dependencies = [
"serde_qs",
"server_fn_macro_default",
"thiserror",
"tower",
"tower 0.4.13",
"tower-layer",
"url",
"wasm-bindgen",
@ -3109,6 +3122,20 @@ dependencies = [
"tracing",
]
[[package]]
name = "tower"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper 0.1.2",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-cookies"
version = "0.10.0"
@ -3119,7 +3146,7 @@ dependencies = [
"axum-core",
"cookie",
"futures-util",
"http",
"http 1.1.0",
"parking_lot",
"pin-project-lite",
"tower-layer",
@ -3128,14 +3155,14 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.5.2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
dependencies = [
"bitflags 2.5.0",
"bytes",
"futures-util",
"http",
"http 1.1.0",
"http-body",
"http-body-util",
"http-range-header",
@ -3153,15 +3180,15 @@ dependencies = [
[[package]]
name = "tower-layer"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tower-sessions"
@ -3170,7 +3197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b27326208b21807803c5f5aa1020d30ca0432b78cfe251b51a67a05e0baea102"
dependencies = [
"async-trait",
"http",
"http 1.1.0",
"time",
"tokio",
"tower-cookies",
@ -3191,7 +3218,7 @@ dependencies = [
"axum-core",
"base64",
"futures",
"http",
"http 1.1.0",
"parking_lot",
"rand",
"serde",

View File

@ -28,8 +28,8 @@ diesel_migrations = { version = "2.1.0", optional = true }
pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true }
tokio = { version = "1", optional = true, features = ["rt-multi-thread"] }
axum = { version = "0.7.5", features = ["tokio", "http1"], default-features = false, optional = true }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5", optional = true, features = ["fs"] }
tower = { version = "0.5.1", optional = true, features = ["util"] }
tower-http = { version = "0.6.1", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = { version = "0.1.79", optional = true }
@ -43,9 +43,6 @@ web-sys = "0.3.69"
leptos-use = "0.13.5"
image-convert = { version = "0.18.0", optional = true, default-features = false }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }
[features]
hydrate = [
"leptos/hydrate",