Skip to content

Commit

Permalink
update tower to 0.5, tower_http to 0.6, thiserror to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Jan 10, 2025
1 parent fdbcd00 commit 3fc4e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ console_error_panic_hook = "0.1"
leptos_axum = { version = "0.7.0", optional = true }
leptos_meta = { version = "0.7.0" }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
tower = { version = "0.4", optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
tower = { version = "0.5", optional = true }
tower-http = { version = "0.6", features = ["fs"], optional = true }
wasm-bindgen = "=0.2.99"
thiserror = "1"
thiserror = "2"
http = "1"
thaw = { version = "0.4"{% if nightly == "Yes" %}, features = ["nightly"]{% endif %} }

Expand Down

0 comments on commit 3fc4e14

Please sign in to comment.