File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
yew-oauth2-redirect-example Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " yew-oauth2"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [" Jens Reimann <jreimann@redhat.com>" ]
55edition = " 2021"
66license = " Apache-2.0"
@@ -32,7 +32,7 @@ web-sys = { version = "0.3", features = [
3232] }
3333
3434openidconnect = { version = " 3.0" , optional = true }
35- yew-nested-router = { version = " 0.5" , optional = true }
35+ yew-nested-router = { version = " >= 0.5, <0.7 " , optional = true }
3636
3737[features ]
3838# Enable for Yew nested router support
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ time = "0.3"
1414wasm-bindgen = " 0.2.79"
1515wasm-logger = " 0.2"
1616yew = { version = " 0.21" , features = [" csr" ] }
17- yew-nested-router = " 0.5 "
17+ yew-nested-router = " 0.6.1 "
1818
1919openidconnect = { version = " 3.0" , optional = true }
2020
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ time = "0.3"
1313wasm-bindgen = " 0.2.79"
1414wasm-logger = " 0.2"
1515yew = { version = " 0.21.0" , features = [" csr" ] }
16- yew-nested-router = " 0.5 "
16+ yew-nested-router = " 0.6.1 "
1717
1818openidconnect = { version = " 3.0" , optional = true }
1919
You can’t perform that action at this time.
0 commit comments