Skip to content

Commit d80c7de

Browse files
committed
Update some crates
1 parent 4d86e97 commit d80c7de

File tree

2 files changed

+58
-30
lines changed

2 files changed

+58
-30
lines changed

Cargo.lock

+53-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ num-traits = "=0.2.9"
2626
ndarray = "=0.13.0"
2727

2828
# 線形代数
29-
nalgebra = "=0.18.1"
29+
nalgebra = "=0.19.0"
3030
alga = "=0.9.2"
3131

3232
# libmのRust実装
@@ -35,14 +35,14 @@ libm = "=0.1.4"
3535
# RNG 疑似乱数生成器 (randファミリー)
3636
rand = { version = "=0.7.2", features = ["small_rng"] }
3737
rand_chacha = "=0.2.1"
38-
rand_pcg = "=0.2.0"
38+
rand_pcg = "=0.2.1"
3939
rand_distr = "=0.2.2"
4040

4141
# グラフ
4242
petgraph = "=0.4.13"
4343

4444
# 幾何
45-
euclid = "=0.20.3"
45+
euclid = "=0.20.4"
4646

4747
# 素数
4848
primal = "=0.2.3"
@@ -101,7 +101,7 @@ if_chain = "=1.0.0"
101101
maplit = "=1.0.2"
102102

103103
# `std`のトレイトに対応するderive macro
104-
derive_more = "=0.99.1"
104+
derive_more = "=0.99.2"
105105

106106
# メソッド`new`を生やすderive macro
107107
derive-new = "=0.5.8"
@@ -112,7 +112,7 @@ either = "1.5.3"
112112
# 標準ライブラリのVecやHashMapに対応する永続データ構造
113113
# 永続データ構造は関数型言語によく見られるデータ構造で、要素を更新しても、そのデータ構造の
114114
# 以前のバージョンにアクセスできる。(更新の度に差分が記録されていくイメージ)
115-
im-rc = "=13.0.0"
115+
im-rc = "=14.0.0"
116116

117117
# 可変長bit set。
118118
fixedbitset = "=0.2.0"

0 commit comments

Comments
 (0)