about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-26 17:55:07 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-26 17:55:07 +0100
commit74f2f596ef968bcbe7a2bc52c41127ade014cf9a (patch)
tree40efb0718a90bc8dbc699cc037385593b8a77f23 /Cargo.lock
parentIndexer: Stem words prior to adding/searching them (diff)
downloadOSSE-master.tar.gz
OSSE-master.tar.bz2
OSSE-master.zip
Frontend: Pin yew version to 0.20 HEAD master
Diffstat (limited to '')
-rw-r--r--Cargo.lock20
1 files changed, 12 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5b9513e..2890649 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3129,8 +3129,9 @@ dependencies = [
 
 [[package]]
 name = "yew"
-version = "0.19.3"
-source = "git+https://github.com/yewstack/yew/#da09755c27bfeb113e0c4b1096214a826f1e8388"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5dbecfe44343b70cc2932c3eb445425969ae21754a8ab3a0966981c1cf7af1cc"
 dependencies = [
  "console_error_panic_hook",
  "futures",
@@ -3153,8 +3154,9 @@ dependencies = [
 
 [[package]]
 name = "yew-macro"
-version = "0.19.3"
-source = "git+https://github.com/yewstack/yew/#da09755c27bfeb113e0c4b1096214a826f1e8388"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b64c253c1d401f1ea868ca9988db63958cfa15a69f739101f338d6f05eea8301"
 dependencies = [
  "boolinator",
  "once_cell",
@@ -3167,8 +3169,9 @@ dependencies = [
 
 [[package]]
 name = "yew-router"
-version = "0.16.0"
-source = "git+https://github.com/yewstack/yew/#da09755c27bfeb113e0c4b1096214a826f1e8388"
+version = "0.17.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "426ee0486d2572a6c5e39fbdbc48b58d59bb555f3326f54631025266cf04146e"
 dependencies = [
  "gloo",
  "js-sys",
@@ -3184,8 +3187,9 @@ dependencies = [
 
 [[package]]
 name = "yew-router-macro"
-version = "0.16.0"
-source = "git+https://github.com/yewstack/yew/#da09755c27bfeb113e0c4b1096214a826f1e8388"
+version = "0.17.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "89b249cdb39e0cddaf0644dedc781854524374664793479fdc01e6a65d6e6ae3"
 dependencies = [
  "proc-macro2",
  "quote",