fix(deps): update rust crate gloo-net to 0.6.0

This commit is contained in:
2025-02-09 20:16:44 +00:00
parent 5981356492
commit 4cd3664e32
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ chrono = "0.4.31"
graphql_client = "0.13.0"
thiserror = "1.0.50"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
gloo-net = { version = "0.4.0", features = ["json", "serde_json"] }
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.38"
wasm-bindgen = "0.2.95"