diff --git a/Cargo.lock b/Cargo.lock index 9cbde3d0..62f98d9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ "gloo-events 0.2.0", "gloo-file 0.3.0", "gloo-history 0.2.2", - "gloo-net 0.5.0", + "gloo-net 0.6.0", "gloo-render 0.2.0", "gloo-storage 0.3.0", "gloo-timers 0.3.0", @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.5.0" +version = "0.6.0" dependencies = [ "futures", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 74e8fedc..6b7f4ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ gloo-console = { version = "0.3", path = "crates/console", optional = true } gloo-utils = { version = "0.2", path = "crates/utils", optional = true } gloo-history = { version = "0.2", path = "crates/history", optional = true } gloo-worker = { version = "0.5", path = "crates/worker", optional = true } -gloo-net = { version = "0.5", path = "crates/net", optional = true } +gloo-net = { version = "0.6", path = "crates/net", optional = true } [features] default = [ diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 018c5e91..3dc9437d 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "gloo-net" -version = "0.5.0" +version = "0.6.0" authors = [ "Rust and WebAssembly Working Group", - "Muhammad Hamza ", + "Elina ", ] edition = "2021" license = "MIT OR Apache-2.0"