Skip to content

Commit

Permalink
Update gloo dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Nov 18, 2024
1 parent bdbb0b5 commit 1219052
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 22 deletions.
98 changes: 81 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions taxy-webui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ yew = { version = "0.20", features = ["csr"] }
wasm-bindgen = "0.2.93"
console_error_panic_hook = "0.1.7"
yew-router = "0.17.0"
gloo-net = "0.3.0"
gloo-net = "0.6.0"
getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen-futures = "0.4.37"
taxy-api = "0.2.0"
serde_json = "1.0.102"
gloo-utils = "0.1.7"
gloo-utils = "0.2.0"
serde_derive = "1.0.171"
serde = "1.0.171"
yewdux = "0.9.3"
web-sys = { version = "0.3.64", features = ["HtmlSelectElement"] }
futures = "0.3.28"
gloo-dialogs = "0.1.1"
gloo-timers = "0.2.6"
gloo-dialogs = "0.2.0"
gloo-timers = "0.3.0"
url = "2.4.0"
base64 = "0.22.1"
time = { version = "0.3.36", features = ["formatting"] }
gloo-events = "0.1.2"
gloo-events = "0.2.0"
web-time = "1.0.0"
fancy-duration = "0.9.1"

0 comments on commit 1219052

Please sign in to comment.