report pinned package issues upstream
This commit is contained in:
parent
cf2613e869
commit
92e4de16cf
@ -2929,4 +2929,4 @@ def raze_fetch_remote_crates():
|
|||||||
commit = "7591444614de02b658ddab125efba7b2bb4e2335",
|
commit = "7591444614de02b658ddab125efba7b2bb4e2335",
|
||||||
build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"),
|
build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"),
|
||||||
init_submodules = True,
|
init_submodules = True,
|
||||||
)
|
)
|
@ -22,16 +22,16 @@ env_logger = "0.8.1"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# pinned as any changes could invalidate sqlite indexes
|
# pinned as any changes could invalidate sqlite indexes
|
||||||
unicase = "=2.6.0"
|
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"
|
proc-macro-nested = "=0.1.6"
|
||||||
# slog-term 2.7+ depends on term 0.7.0, which is currently broken on Windows,
|
# 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.
|
# https://github.com/google/cargo-raze/issues/416
|
||||||
slog-term = "=2.6.0"
|
slog-term = "=2.6.0"
|
||||||
|
|
||||||
anki_i18n = { path = "i18n" }
|
anki_i18n = { path = "i18n" }
|
||||||
|
|
||||||
|
|
||||||
askama = "0.10.1"
|
askama = "0.10.1"
|
||||||
async-compression = { version = "0.3.5", features = ["tokio", "gzip"] }
|
async-compression = { version = "0.3.5", features = ["tokio", "gzip"] }
|
||||||
blake3 = "0.3.5"
|
blake3 = "0.3.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user