Damien Elmes
ed9476c856
Update Rust deps
...
Primarily for https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
2022-03-15 16:51:52 +10:00
Damien Elmes
89bce6d829
Update Rust deps; pin Tokio
...
Tokio has had to be pinned, because the 1.17 release introduces
a dependency on windows_sys, which fails to build on Windows on
Bazel.
The issue appears to be the build script of a subcrate - it is using
CARGO_MANIFEST_DIR to update the linking path so windows.lib can be
found (it's contained in that crate), but the path is set incorrectly.
dfc25285a2/crates/targets/x86_64_msvc/build.rs
One way we might be able to work around it is to add to the link path
in our own build script.
2022-02-25 17:10:47 +10:00
Damien Elmes
bbc191711d
update Rust deps
2022-01-15 14:59:43 +10:00
Damien Elmes
ec0ee4d162
rebuild Rust build files with cargo-raze 0.14.1
...
Tags are now sorted; updating this before a crate update.
2022-01-15 14:33:53 +10:00
Damien Elmes
4d431fb7af
move linkchecker into separate crate
...
The feature-based approach didn't work with cargo-raze, leading
to ./update.py in cargo/ breaking.
2021-12-20 17:27:43 +10:00
Damien Elmes
c2ab0de34f
update Rust deps
2021-12-03 20:35:53 +10:00
Damien Elmes
d31dccc388
update Rust deps
2021-11-18 20:58:41 +10:00
Damien Elmes
e30411e0b2
update Rust deps with cargo-raze 0.13.0
2021-10-26 08:16:40 +10:00
Damien Elmes
944b064e54
update Rust deps
2021-10-02 20:42:03 +10:00
Damien Elmes
59e17950ad
update most rust deps; skip rusqlite
2021-06-25 15:35:25 +10:00
Damien Elmes
790562cd08
update Rust deps
2021-02-03 20:29:48 +10:00
Damien Elmes
d49416649c
update to latest cargo-raze
2020-12-15 20:28:10 +10:00
Damien Elmes
85b7e1c623
drop unused i686 references
...
https://forums.ankiweb.net/t/changing-ankis-build-system-to-bazel/4737/9
2020-12-09 15:45:01 +10:00
Damien Elmes
93c1289e69
bump rust deps
2020-12-09 15:34:43 +10:00
Damien Elmes
b74166bc78
update to cargo-raze 0.7.0 + latest deps
...
Gives us wildcard entries in raze.toml, and solves warnings about
unrecognized "raze" entries.
2020-11-10 09:48:42 +10:00