File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ modtype = "=0.7.0"
25
25
26
26
# 英数字などのASCII文字専用の文字列。文字にインデックスでアクセスしたり
27
27
# substringを簡単に作ったりできる
28
- ascii = " =0.9.1 "
28
+ ascii = " =0.9.2 "
29
29
30
30
# BitSet。C++のbitsetに相当
31
31
bitset-fixed = " =0.1.0"
@@ -46,11 +46,11 @@ rustc-hash = "=1.0.1"
46
46
# Rust 1.36.0からは標準ライブラリのHashMapがこれに置き換わる。(AtCoder 2019年言語
47
47
# アップデートではそれより古い1.35.0を採用) ハッシュ関数として従来のSipHashが用いられる
48
48
# ことに注意。(SipHashは暗号強度を持つため計算量が多く低速)
49
- hashbrown = " =0.4 .0"
49
+ hashbrown = " =0.5 .0"
50
50
51
51
# 固定配列上のベクタ。ヒープ領域でなくスタック領域にアロケートされるので高速かもしれない
52
52
smallvec = " =0.6.10"
53
- arrayvec = " =0.4.10 "
53
+ arrayvec = " =0.4.11 "
54
54
55
55
# 標準ライブラリのVecやHashMapに対応する永続データ構造
56
56
# 永続データ構造は関数型言語によく見られるデータ構造で、要素を更新しても、そのデータ構造の
@@ -66,7 +66,7 @@ rand_chacha = "=0.1.1"
66
66
rand_pcg = " =0.1.2"
67
67
68
68
# 正規表現
69
- regex = " =1.1.7 "
69
+ regex = " =1.2.1 "
70
70
71
71
# staticアイテムの遅延初期化
72
72
lazy_static = " =1.3.0"
You can’t perform that action at this time.
0 commit comments