Skip to content

Commit

Permalink
update gloo-net to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Dec 17, 2023
1 parent 30295ed commit fea1906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssr-modes-salvo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ salvo = { version = "0.63", default-features = true, optional = true, features =
tokio = { version = "1", optional = true }
tracing = "0.1"
tracing-subscriber = "0.3"
gloo-net = { version = "0.4", default-features = true, optional = true }
gloo-net = { version = "0.5", default-features = true, optional = true }
wasm-bindgen = { version = "0.2", optional = true, features = ["enable-interning"] }
once_cell = "1"

Expand Down

0 comments on commit fea1906

Please sign in to comment.