summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-10 16:27:20 +0100
committerGitHub <noreply@github.com>2024-01-10 16:27:20 +0100
commit1f1179913adc4a0fdba36616bf576cfd2cc00deb (patch)
treec7a8663d5165932f020c3ff8a56dd52af93cefa3 /candle-wasm-examples/llama2-c
parent6e98cf2a925fd276efb1963df1f62381989d41aa (diff)
downloadcandle-1f1179913adc4a0fdba36616bf576cfd2cc00deb.tar.gz
candle-1f1179913adc4a0fdba36616bf576cfd2cc00deb.tar.bz2
candle-1f1179913adc4a0fdba36616bf576cfd2cc00deb.zip
Update gloo requirement from 0.8 to 0.11 (#1558)
Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/commits) --- 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>
Diffstat (limited to 'candle-wasm-examples/llama2-c')
-rw-r--r--candle-wasm-examples/llama2-c/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml
index ac89a558..d46cdafa 100644
--- a/candle-wasm-examples/llama2-c/Cargo.toml
+++ b/candle-wasm-examples/llama2-c/Cargo.toml
@@ -26,7 +26,7 @@ serde_json = { workspace = true }
# Wasm specific crates.
console_error_panic_hook = "0.1.7"
getrandom = { version = "0.2", features = ["js"] }
-gloo = "0.8"
+gloo = "0.11"
js-sys = "0.3.64"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"