Skip to content

Commit

Permalink
updated dependencies for ssr example
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Jan 10, 2025
1 parent 4bee75b commit 4fff373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
1 change: 1 addition & 0 deletions .idea/leptos-use.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1", features = ["full"], optional = true }
tower = { version = "0.4", optional = true }
tower-default-headers = { git = "https://github.com/banool/tower-default-headers-rs" }
tower-http = { version = "0.5", features = ["fs"], optional = true }
wasm-bindgen = "0.2.96"
wasm-bindgen = "0.2.99"
thiserror = "1.0.38"
tracing = { version = "0.1.37", optional = true }
http = "1"
Expand Down

0 comments on commit 4fff373

Please sign in to comment.