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

Merged
wathiede merged 1 commits from renovate/gloo-net-0.x into master 2025-02-09 14:30:12 -08:00
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1919,15 +1919,15 @@ dependencies = [
[[package]]
name = "gloo-net"
version = "0.4.0"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4"
checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils 0.2.0",
"http 0.2.12",
"http 1.2.0",
"js-sys",
"pin-project",
"serde",

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"