Skip to content

Commit 7050b05

Browse files
authored
Merge pull request #46 from rust-lang-ja/ja-all-enabled-update-the-crates
[bot] Update the crates
2 parents 6062d87 + 140ad50 commit 7050b05

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ libm = "=0.2.1"
4646

4747
# RNG 疑似乱数生成器 (randファミリー)
4848
rand = { version = "=0.7.2", features = ["small_rng"] }
49-
getrandom = "=0.1.13"
49+
getrandom = "=0.1.14"
5050
rand_chacha = "=0.2.1"
5151
rand_core = "=0.5.1"
5252
rand_hc = "=0.2.0"
@@ -73,7 +73,7 @@ indexmap = "=1.3.0"
7373
regex = "=1.3.1"
7474

7575
# パーサーコンビネータ
76-
nom = "=5.0.1"
76+
nom = "=5.1.0"
7777

7878
# Aho–Corasick
7979
aho-corasick = "=0.7.6"

dep-tests.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ exclude = [
66
"derive_more:0.99.2", # 必要なファイルがexcludeされている
77
"jemalloc-ctl:0.3.3", # CI上で偶にSIGFPEで落ちる。テストがまずいのか根本的にまずいのか不明
88
"libm:0.1.4", # `#![deny(warnings)]`
9-
"mac:0.1.1", # `#![deny(warnings)]`
10-
"nom:5.0.1", # 必要なファイルがexcludeされている
9+
"nom:5.1.0", # 必要なファイルがexcludeされている
1110
"num-rational:0.2.2", # よくわからない理由でビルドに失敗する
1211
"primal-estimate:0.2.1", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
1312
"primal:0.2.3", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
14-
"proc-macro2:1.0.6", # よくわからない理由でビルドに失敗する
1513
"rand:0.6.5", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
1614
"rand_core:0.3.1", # よくわからない理由でビルドに失敗する
1715
"rand_pcg:0.1.2", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
1816
"smallvec:0.6.13", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
1917
"syn:0.15.44", # よくわからない理由でビルドに失敗する
20-
"syn:1.0.8", # よくわからない理由でビルドに失敗する
2118
]
2219

2320
# key部分でSPECを指定すると、そのSPECの対象のpackageはvalue部分で指定したtargetのみ実行する。
2421
[filter]
25-
"smallvec:1.0.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
22+
"smallvec:1.1.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
2623
"text_io:0.1.7" = { doc = true, lib = true, test = ["module", "read_str"] } # `"tuple"`が`target/`下の実行ファイルを実行(しかもexamplesの)という行儀の悪いことをやっている

0 commit comments

Comments
 (0)