Skip to content

Commit

Permalink
Update gloo requirement from 0.6 to 0.7 (#2613)
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](rustwasm/gloo@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: gloo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2022
1 parent edeb59d commit d2c3685
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/boids/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ getrandom = { version = "0.2", features = ["js"] }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
yew = { path = "../../packages/yew", features = ["csr"] }
gloo = "0.6"
gloo = "0.7"

[dependencies.web-sys]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/dyn_create_destroy_apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
js-sys = "0.3"
yew = { path = "../../packages/yew", features = ["csr"] }
slab = "0.4.3"
gloo = "0.6"
gloo = "0.7"
wasm-bindgen = "0.2"
gloo-utils = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion examples/function_memory_game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
serde = { version = "1.0", features = ["derive"] }
strum = "0.24"
strum_macros = "0.24"
gloo = "0.6"
gloo = "0.7"
nanoid = "0.4"
rand = "0.8"
getrandom = { version = "0.2", features = ["js"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/function_todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
serde = { version = "1.0", features = ["derive"] }
strum = "0.24"
strum_macros = "0.24"
gloo = "0.6"
gloo = "0.7"
yew = { path = "../../packages/yew", features = ["csr"] }

[dependencies.web-sys]
Expand Down
2 changes: 1 addition & 1 deletion examples/timer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license = "MIT OR Apache-2.0"
[dependencies]
yew = { path = "../../packages/yew", features = ["csr"] }
js-sys = "0.3"
gloo = "0.6"
gloo = "0.7"
wasm-bindgen = "0.2"
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ strum_macros = "0.24"
serde = "1"
serde_derive = "1"
yew = { path = "../../packages/yew", features = ["csr"] }
gloo = "0.6"
gloo = "0.7"

[dependencies.web-sys]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }

wasm-bindgen = "0.2"
js-sys = "0.3"
gloo = { version = "0.6", features = ["futures"] }
gloo = { version = "0.7", features = ["futures"] }
route-recognizer = "0.3"
serde = "1"
serde_urlencoded = "0.7.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.56.0"

[dependencies]
console_error_panic_hook = "0.1"
gloo = "0.6"
gloo = "0.7"
gloo-utils = "0.1.0"
indexmap = { version = "1", features = ["std"] }
js-sys = "0.3"
Expand Down Expand Up @@ -72,7 +72,7 @@ tokio = { version = "1.15.0", features = ["rt"], optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3"
gloo = { version = "0.6", features = ["futures"] }
gloo = { version = "0.7", features = ["futures"] }
wasm-bindgen-futures = "0.4"
rustversion = "1"
trybuild = "1"
Expand Down
2 changes: 1 addition & 1 deletion tools/website-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yew-agent = { path = "../../packages/yew-agent/" }
[dev-dependencies]
boolinator = "2.4"
derive_more = "0.99"
gloo = "0.6"
gloo = "0.7"
js-sys = "0.3"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand Down

1 comment on commit d2c3685

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: d2c3685 Previous: edeb59d Ratio
yew-struct-keyed 01_run1k 189.8065 154.6135 1.23
yew-struct-keyed 02_replace1k 195.83 188.2125 1.04
yew-struct-keyed 03_update10th1k_x16 345.147 355.804 0.97
yew-struct-keyed 04_select1k 54.781 69.139 0.79
yew-struct-keyed 05_swap1k 78.62049999999999 92.145 0.85
yew-struct-keyed 06_remove-one-1k 28.857 28.6175 1.01
yew-struct-keyed 07_create10k 2931.251 2871.3095 1.02
yew-struct-keyed 08_create1k-after1k_x2 436.16 381.354 1.14
yew-struct-keyed 09_clear1k_x8 186.9615 174.562 1.07
yew-struct-keyed 21_ready-memory 1.457233428955078 1.457233428955078 1
yew-struct-keyed 22_run-memory 1.659870147705078 1.6719512939453125 0.99
yew-struct-keyed 23_update5-memory 1.6978225708007812 1.6636428833007812 1.02
yew-struct-keyed 24_run5-memory 1.9438705444335935 1.709758758544922 1.14
yew-struct-keyed 25_run-clear-memory 1.328044891357422 1.3279647827148438 1.00
yew-struct-keyed 31_startup-ci 1732.196 1734.1999999999998 1.00
yew-struct-keyed 32_startup-bt 32.94800000000001 31.272 1.05
yew-struct-keyed 33_startup-mainthreadcost 239.65199999999996 213.84800000000004 1.12
yew-struct-keyed 34_startup-totalbytes 328.7392578125 328.7392578125 1

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.