Remove hash.txt from tracking, update dependencies in tests

This commit is contained in:
benwis
2024-11-16 11:19:11 -08:00
parent aa6cd08387
commit 7f2237b91e
3 changed files with 2558 additions and 2 deletions

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@ blob.rs
.vscode .vscode
vendor vendor
hash.txt

View File

@@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
actix-files = { version = "0.6.6", optional = true } actix-files = { version = "0.6.6", optional = true }
actix-web = { version = "4.8", optional = true, features = ["macros"] } actix-web = { version = "4.8", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
js-sys = { version = "0.3.70", optional = true } js-sys = { version = "0.3.72" }
leptos = { path = "../../leptos" } leptos = { path = "../../leptos" }
leptos_actix = { path = "../../integrations/actix", optional = true } leptos_actix = { path = "../../integrations/actix", optional = true }
leptos_router = { path = "../../router" } leptos_router = { path = "../../router" }
@@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["time", "rt"], optional = true }
[features] [features]
hydrate = [ hydrate = [
"dep:js-sys",
"leptos/hydrate", "leptos/hydrate",
] ]
ssr = [ ssr = [

2555
server_fn/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff