fix(deps): update rust crate gloo-net to 0.6.0
This commit is contained in:
parent
5981356492
commit
4cd3664e32
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1919,15 +1919,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gloo-net"
|
name = "gloo-net"
|
||||||
version = "0.4.0"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4"
|
checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-sink",
|
"futures-sink",
|
||||||
"gloo-utils 0.2.0",
|
"gloo-utils 0.2.0",
|
||||||
"http 0.2.12",
|
"http 1.2.0",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@ -30,7 +30,7 @@ chrono = "0.4.31"
|
|||||||
graphql_client = "0.13.0"
|
graphql_client = "0.13.0"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.50"
|
||||||
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
|
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"
|
human_format = "1.1.0"
|
||||||
build-info = "0.0.38"
|
build-info = "0.0.38"
|
||||||
wasm-bindgen = "0.2.95"
|
wasm-bindgen = "0.2.95"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user