Skip to content

Commit a30b072

Browse files
authored
Merge pull request rust-lang-ja#38 from qryxip/ja-all-enabled-update-crates
Update the crates
2 parents c78f007 + 58ec550 commit a30b072

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rand_distr = "=0.2.2"
5858
petgraph = "=0.4.13"
5959

6060
# 幾何
61-
euclid = "=0.20.5"
61+
euclid = "=0.20.7"
6262

6363
# 素数
6464
primal = "=0.2.3"
@@ -79,7 +79,7 @@ nom = "=5.0.1"
7979
aho-corasick = "=0.7.6"
8080

8181
# string similarity metrics
82-
strsim = "=0.9.2"
82+
strsim = "=0.9.3"
8383

8484
# staticアイテムの遅延初期化
8585
lazy_static = "=1.4.0"
@@ -131,7 +131,7 @@ either = "=1.5.3"
131131
# 標準ライブラリのVecやHashMapに対応する永続データ構造
132132
# 永続データ構造は関数型言語によく見られるデータ構造で、要素を更新しても、そのデータ構造の
133133
# 以前のバージョンにアクセスできる。(更新の度に差分が記録されていくイメージ)
134-
im-rc = "=14.0.0"
134+
im-rc = "=14.1.0"
135135

136136
# 可変長bit set。
137137
fixedbitset = "=0.2.0"

0 commit comments

Comments
 (0)