Skip to content

Commit 7be4341

Browse files
authored
fix(IDX): bump to typenum v1.17.0 in Bazel (#2296)
The cargo build and the bazel fuzzing builds both use typenum v1.17.0. The v1.16.0 version used in the main build includes `carg:rustc-env` stdout lines that include the build directory. Stdout is recorded by rules_rust and make the `typenum` build artifacts depend on the actual build directory. This was fixed in paholg/typenum@bbac3bf#diff-aab2aa4b42e7b86d709397b51cfee282c98274effe7e541ed42603b96fe38136L7
1 parent 98458dc commit 7be4341

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.Bazel.json.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "6ad69f549940b165880fbf28174e3a2436e16203ec2297f336bcbc7a1dabcdd5",
2+
"checksum": "7d6315901415b36b0e75876824e88368a8e546aa1b4aa4caa8c6bd5789443ec2",
33
"crates": {
44
"abnf 0.12.0": {
55
"name": "abnf",
@@ -15067,7 +15067,7 @@
1506715067
"target": "rand_core"
1506815068
},
1506915069
{
15070-
"id": "typenum 1.16.0",
15070+
"id": "typenum 1.17.0",
1507115071
"target": "typenum"
1507215072
}
1507315073
],
@@ -23704,7 +23704,7 @@
2370423704
"target": "build_script_build"
2370523705
},
2370623706
{
23707-
"id": "typenum 1.16.0",
23707+
"id": "typenum 1.17.0",
2370823708
"target": "typenum"
2370923709
},
2371023710
{
@@ -68557,14 +68557,14 @@
6855768557
],
6855868558
"license_file": "LICENSE"
6855968559
},
68560-
"typenum 1.16.0": {
68560+
"typenum 1.17.0": {
6856168561
"name": "typenum",
68562-
"version": "1.16.0",
68562+
"version": "1.17.0",
6856368563
"package_url": "https://github.com/paholg/typenum",
6856468564
"repository": {
6856568565
"Http": {
68566-
"url": "https://static.crates.io/crates/typenum/1.16.0/download",
68567-
"sha256": "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
68566+
"url": "https://static.crates.io/crates/typenum/1.17.0/download",
68567+
"sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
6856868568
}
6856968569
},
6857068570
"targets": [
@@ -68601,14 +68601,14 @@
6860168601
"deps": {
6860268602
"common": [
6860368603
{
68604-
"id": "typenum 1.16.0",
68604+
"id": "typenum 1.17.0",
6860568605
"target": "build_script_main"
6860668606
}
6860768607
],
6860868608
"selects": {}
6860968609
},
6861068610
"edition": "2018",
68611-
"version": "1.16.0"
68611+
"version": "1.17.0"
6861268612
},
6861368613
"build_script_attrs": {
6861468614
"data_glob": [

Cargo.Bazel.toml.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11640,9 +11640,9 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
1164011640

1164111641
[[package]]
1164211642
name = "typenum"
11643-
version = "1.16.0"
11643+
version = "1.17.0"
1164411644
source = "registry+https://github.com/rust-lang/crates.io-index"
11645-
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
11645+
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1164611646

1164711647
[[package]]
1164811648
name = "ucd-trie"

0 commit comments

Comments
 (0)