Remove lazy_static dependency
All checks were successful
Push Workflows / rustfmt (push) Successful in 9s
Push Workflows / mdbook (push) Successful in 11s
Push Workflows / mdbook-server (push) Successful in 31s
Push Workflows / docs (push) Successful in 1m14s
Push Workflows / clippy (push) Successful in 1m29s
Push Workflows / leptos-test (push) Successful in 2m54s
Push Workflows / test (push) Successful in 3m9s
Push Workflows / build (push) Successful in 4m18s
Push Workflows / docker-build (push) Successful in 10m56s
Push Workflows / nix-build (push) Successful in 10m49s
All checks were successful
Push Workflows / rustfmt (push) Successful in 9s
Push Workflows / mdbook (push) Successful in 11s
Push Workflows / mdbook-server (push) Successful in 31s
Push Workflows / docs (push) Successful in 1m14s
Push Workflows / clippy (push) Successful in 1m29s
Push Workflows / leptos-test (push) Successful in 2m54s
Push Workflows / test (push) Successful in 3m9s
Push Workflows / build (push) Successful in 4m18s
Push Workflows / docker-build (push) Successful in 10m56s
Push Workflows / nix-build (push) Successful in 10m49s
Not required after BackendState implementation
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2130,7 +2130,6 @@ dependencies = [
|
||||
"http",
|
||||
"icondata",
|
||||
"image-convert",
|
||||
"lazy_static",
|
||||
"leptos",
|
||||
"leptos-use",
|
||||
"leptos_axum",
|
||||
|
||||
@@ -36,7 +36,6 @@ wasm-bindgen = { version = "=0.2.100", default-features = false, optional = true
|
||||
leptos_icons = { version = "0.6.1" }
|
||||
icondata = { version = "0.5.0" }
|
||||
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "chrono"], default-features = false, optional = true }
|
||||
lazy_static = { version = "1.4.0", optional = true }
|
||||
serde = { version = "1.0.195", features = ["derive"], default-features = false }
|
||||
openssl = { version = "0.10.63", optional = true }
|
||||
diesel_migrations = { version = "2.1.0", optional = true }
|
||||
@@ -80,7 +79,6 @@ ssr = [
|
||||
"leptos_router/ssr",
|
||||
"dotenvy",
|
||||
"diesel",
|
||||
"lazy_static",
|
||||
"openssl",
|
||||
"diesel_migrations",
|
||||
"pbkdf2",
|
||||
|
||||
Reference in New Issue
Block a user