diff --git a/Cargo.lock b/Cargo.lock index 981c4e7..c798d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1908,15 +1908,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", diff --git a/web/Cargo.toml b/web/Cargo.toml index 660626f..22a68c6 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -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.39" wasm-bindgen = "0.2.95"