chore: examples - bumped version numbers for sqlx and this error. (#4126)

This commit is contained in:
martin frances
2025-07-20 02:19:32 +01:00
committed by GitHub
parent 17d357bcec
commit 777b5e1e54
13 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ leptos_meta = { path = "../../meta" }
leptos_axum = { path = "../../integrations/axum", optional = true } leptos_axum = { path = "../../integrations/axum", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "2.0.12"
tokio = { version = "1.39", features = [ tokio = { version = "1.39", features = [
"rt-multi-thread", "rt-multi-thread",
"macros", "macros",

View File

@@ -18,7 +18,7 @@ tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }
tokio = { version = "1.39", features = ["full"], optional = true } tokio = { version = "1.39", features = ["full"], optional = true }
http = { version = "1.1" } http = { version = "1.1" }
thiserror = "1.0" thiserror = "2.0.12"
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"
[features] [features]

View File

@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
log = "0.4.22" log = "0.4.22"
console_log = "1.0" console_log = "1.0"
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
thiserror = "1.0" thiserror = "2.0.12"
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = "0.3.18" tracing-subscriber = "0.3.18"
tracing-subscriber-wasm = "0.1.0" tracing-subscriber-wasm = "0.1.0"

View File

@@ -15,7 +15,7 @@ leptos_meta = { path = "../../meta" }
leptos_axum = { path = "../../integrations/axum", optional = true } leptos_axum = { path = "../../integrations/axum", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "2.0.12"
tokio = { version = "1.39", features = [ "rt-multi-thread", "macros", "time" ], optional = true } tokio = { version = "1.39", features = [ "rt-multi-thread", "macros", "time" ], optional = true }
wasm-bindgen = "0.2.92" wasm-bindgen = "0.2.92"

View File

@@ -29,7 +29,7 @@ tower-http = { version = "0.6.2", features = [
"trace", "trace",
], optional = true } ], optional = true }
tokio = { version = "1.39", features = ["full"], optional = true } tokio = { version = "1.39", features = ["full"], optional = true }
thiserror = "2.0.11" thiserror = "2.0.12"
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"
serde_toml = "0.0.1" serde_toml = "0.0.1"
toml = "0.8.19" toml = "0.8.19"

View File

@@ -17,7 +17,7 @@ leptos_actix = { path = "../../integrations/actix", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
log = "0.4.22" log = "0.4.22"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "2.0.12"
tokio = { version = "1.39", features = ["time"] } tokio = { version = "1.39", features = ["time"] }
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"

View File

@@ -17,7 +17,7 @@ leptos_axum = { path = "../../integrations/axum", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
log = "0.4.22" log = "0.4.22"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "2.0.12"
axum = { version = "0.8.1", optional = true } axum = { version = "0.8.1", optional = true }
tower = { version = "0.4.13", optional = true } tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }

View File

@@ -17,7 +17,7 @@ leptos_axum = { path = "../../integrations/axum", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
log = "0.4.22" log = "0.4.22"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "2.0.12"
axum = { version = "0.8.1", optional = true } axum = { version = "0.8.1", optional = true }
tower = { version = "0.4.13", optional = true } tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }

View File

@@ -20,7 +20,7 @@ tokio = { version = "1.39", features = [
tower = { version = "0.4.13", optional = true } tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"
thiserror = "1.0" thiserror = "2.0.12"
tracing = { version = "0.1.40", optional = true } tracing = { version = "0.1.40", optional = true }
http = "1.1" http = "1.1"

View File

@@ -20,7 +20,7 @@ leptos_actix = { path = "../../integrations/actix", optional = true }
log = "0.4.22" log = "0.4.22"
simple_logger = "5.0" simple_logger = "5.0"
gloo = { git = "https://github.com/rustwasm/gloo" } gloo = { git = "https://github.com/rustwasm/gloo" }
sqlx = { version = "0.8.0", features = [ sqlx = { version = "0.8.6", features = [
"runtime-tokio-rustls", "runtime-tokio-rustls",
"sqlite", "sqlite",
], optional = true } ], optional = true }
@@ -44,12 +44,12 @@ denylist = ["actix-files", "actix-web", "leptos_actix", "sqlx"]
skip_feature_sets = [["csr", "ssr"], ["csr", "hydrate"], ["ssr", "hydrate"], []] skip_feature_sets = [["csr", "ssr"], ["csr", "hydrate"], ["ssr", "hydrate"], []]
[package.metadata.leptos] [package.metadata.leptos]
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name # The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name
output-name = "todo_app_sqlite" output-name = "todo_app_sqlite"
# The site root folder is where cargo-leptos generate all output. WARNING: all content of this folder will be erased on a rebuild. Use it in your server setup. # The site root folder is where cargo-leptos generate all output. WARNING: all content of this folder will be erased on a rebuild. Use it in your server setup.
site-root = "target/site" site-root = "target/site"
# The site-root relative folder where all compiled output (JS, WASM and CSS) is written # The site-root relative folder where all compiled output (JS, WASM and CSS) is written
# Defaults to pkg # Defaults to pkg
site-pkg-dir = "pkg" site-pkg-dir = "pkg"
# [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to <site-root>/<site-pkg>/app.css # [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to <site-root>/<site-pkg>/app.css
style-file = "./style.css" style-file = "./style.css"

View File

@@ -20,11 +20,11 @@ axum = { version = "0.8.1", optional = true }
tower = { version = "0.4.13", optional = true } tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }
tokio = { version = "1.39", features = ["full"], optional = true } tokio = { version = "1.39", features = ["full"], optional = true }
sqlx = { version = "0.8.0", features = [ sqlx = { version = "0.8.6", features = [
"runtime-tokio-rustls", "runtime-tokio-rustls",
"sqlite", "sqlite",
], optional = true } ], optional = true }
thiserror = "1.0" thiserror = "2.0.12"
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"
[features] [features]

View File

@@ -20,11 +20,11 @@ tower = { version = "0.5.1", features = ["util"], optional = true }
tower-http = { version = "0.6.1", features = ["fs"], optional = true } tower-http = { version = "0.6.1", features = ["fs"], optional = true }
tokio = { version = "1.39", features = ["full"], optional = true } tokio = { version = "1.39", features = ["full"], optional = true }
http = { version = "1.1" } http = { version = "1.1" }
sqlx = { version = "0.8.0", features = [ sqlx = { version = "0.8.6", features = [
"runtime-tokio-rustls", "runtime-tokio-rustls",
"sqlite", "sqlite",
], optional = true } ], optional = true }
thiserror = "2.0" thiserror = "2.0.12"
wasm-bindgen = "0.2.93" wasm-bindgen = "0.2.93"
[features] [features]

View File

@@ -17,7 +17,7 @@ simple_logger = "5.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
axum = { version = "0.8.1", optional = true } axum = { version = "0.8.1", optional = true }
tokio = { version = "1.39", features = ["full"], optional = true } tokio = { version = "1.39", features = ["full"], optional = true }
thiserror = "2.0" thiserror = "2.0.12"
wasm-bindgen = "0.2.100" wasm-bindgen = "0.2.100"
[features] [features]