diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-11-12T15·29+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-11-12T18·19+0000 |
commit | e36872e689972e8738aed18b9e6a403826334fcb (patch) | |
tree | 8c688d307fc4889e11590732f9291d089c7fb6ea /web/pwcrypt/Cargo.toml | |
parent | 0c9304d41e9fabb1a2401146237adf6ef4efb0ff (diff) |
chore(3p/sources): bump nixpkgs & channels (2023-11-12) r/6998
* update wasm-bindgen in all Rust-wasm projects * remove stable overlays that work again in unstable * add texlive to stable overlays (see linked nixpkgs PR) * bump tdlib to 1.8.18, new minimum for telega.el Change-Id: Ib8e202de7dfbc35115fda31d0a98b6314b2adf17 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10010 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'web/pwcrypt/Cargo.toml')
-rw-r--r-- | web/pwcrypt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/pwcrypt/Cargo.toml b/web/pwcrypt/Cargo.toml index 5adaa52557f4..e34f1629c752 100644 --- a/web/pwcrypt/Cargo.toml +++ b/web/pwcrypt/Cargo.toml @@ -8,6 +8,6 @@ argon2 = "0.5.0" getrandom = { version = "0.2.10", features = ["js"] } gloo = "0.8.0" rand_core = { version = "0.6.4", features = ["getrandom"] } -wasm-bindgen = "= 0.2.87" +wasm-bindgen = "= 0.2.88" web-sys = "0.3" yew = { version = "0.20.0", features = [ "csr" ]} |