diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 3331f3dc6..1070a9506 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -2929,4 +2929,4 @@ def raze_fetch_remote_crates(): commit = "7591444614de02b658ddab125efba7b2bb4e2335", build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"), init_submodules = True, - ) \ No newline at end of file + ) \ No newline at end of file diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 790e36fc3..656b953ae 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -22,16 +22,16 @@ env_logger = "0.8.1" [dependencies] # pinned as any changes could invalidate sqlite indexes unicase = "=2.6.0" -# transitive dependency; 0.1.7 is currently broken on Windows (perhaps -# only in Bazel) + +# transitive dependency; 0.1.7 is broken on Windows +# https://github.com/bazelbuild/rules_rust/issues/710 proc-macro-nested = "=0.1.6" -# slog-term 2.7+ depends on term 0.7.0, which is currently broken on Windows, -# as cargo-raze doesn't seem to be included the rustversion crate. +# slog-term 2.7+ depends on term 0.7.0, which is currently broken on Windows +# https://github.com/google/cargo-raze/issues/416 slog-term = "=2.6.0" anki_i18n = { path = "i18n" } - askama = "0.10.1" async-compression = { version = "0.3.5", features = ["tokio", "gzip"] } blake3 = "0.3.5"