Skip to content

Commit b5523da

Browse files
committed
Update rand, regex, ndarray
1 parent 89e5ca0 commit b5523da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ im-rc = "=13.0.0"
5757
num = "=0.2.0"
5858

5959
# RNG 疑似乱数生成器 (randファミリー)
60-
rand = { version = "=0.7.0", features = ["small_rng"] }
60+
rand = { version = "=0.7.2", features = ["small_rng"] }
6161
rand_chacha = "=0.2.1"
6262
rand_pcg = "=0.2.0"
6363

6464
# 正規表現
65-
regex = "=1.3.0"
65+
regex = "=1.3.1"
6666

6767
# staticアイテムの遅延初期化
6868
lazy_static = "=1.4.0"
6969

7070
# 多次元配列
71-
ndarray = "=0.12.1"
71+
ndarray = "=0.13.0"
7272

7373
# 線形代数
7474
nalgebra = "=0.18.1"

0 commit comments

Comments
 (0)