Skip to content

Commit c8aede0

Browse files
committed
Update the crates
1 parent 12da40f commit c8aede0

File tree

4 files changed

+62
-69
lines changed

4 files changed

+62
-69
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ amplify_num = { version = "=0.4.1", features = ["std"] }
3030
easy-ext = "=1.0.1"
3131
multimap = "=0.9.0"
3232
btreemultimap = "=0.1.1"
33-
bstr = "=1.5.0"
33+
bstr = "=1.6.0"
3434
az = "=1.2.1"
3535
glidesort = "=0.1.2"
3636
tap = "=1.0.1"
3737
omniswap = "=0.1.0"
3838
multiversion = "=0.7.2"
3939
# 202004から続投:
40-
num = "=0.4.0"
40+
num = "=0.4.1"
4141
num-bigint = "=0.4.3"
4242
num-complex = "=0.4.3"
4343
num-integer = "=0.1.45"
@@ -46,7 +46,7 @@ num-rational = "=0.4.1"
4646
num-traits = "=0.2.15"
4747
num-derive = "=0.4.0"
4848
ndarray = "=0.15.6"
49-
nalgebra = "=0.32.2"
49+
nalgebra = "=0.32.3"
5050
alga = "=0.9.3"
5151
libm = "=0.2.7"
5252
rand = { version = "=0.8.5", features = ["small_rng", "min_const_gen"] }
@@ -58,7 +58,7 @@ rand_pcg = "=0.3.1"
5858
rand_distr = "=0.4.3"
5959
petgraph = "=0.6.3"
6060
indexmap = "=2.0.0"
61-
regex = "=1.8.4"
61+
regex = "=1.9.1"
6262
lazy_static = "=1.4.0"
6363
ordered-float = "=3.7.0"
6464
ascii = "=1.1.0"
@@ -74,4 +74,4 @@ bitset-fixed = "=0.1.0"
7474
proconio = { version = "=0.4.5", features = ["derive"] }
7575
text_io = "=0.1.12"
7676
rustc-hash = "=1.1.0"
77-
smallvec = { version = "=1.10.0", features = ["const_generics", "const_new", "write", "union", "serde", "arbitrary"] }
77+
smallvec = { version = "=1.11.0", features = ["const_generics", "const_new", "write", "union", "serde", "arbitrary"] }

clarify.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ skip-files = [
2626
"src/testdata/LICENSE",
2727
]
2828

29-
[clarify.regex-automata]
30-
expression = "Unlicense OR MIT"
31-
license-files = [
32-
{ path = "COPYING", hash = 0x969f37d8 },
33-
{ path = "LICENSE-MIT", hash = 0x616d8a83 },
34-
{ path = "UNLICENSE", hash = 0x87b84020 },
35-
]
36-
skip-files = [
37-
"data/fowler-tests/LICENSE",
38-
"data/tests/fowler/LICENSE",
39-
]
40-
4129
[clarify.regex-syntax]
4230
expression = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
4331
license-files = [

deny.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ multiple-versions = "allow"
88
# 今回のクレートのセットにはそのようなものは含まれていない。
99
# そのことを各build.rsを目視して確認した。
1010
allow-build-scripts = [
11-
{ name = "anyhow", version = "=1.0.71" }, # https://docs.rs/crate/anyhow/1.0.71/source/build.rs
11+
{ name = "anyhow", version = "=1.0.72" }, # https://docs.rs/crate/anyhow/1.0.72/source/build.rs
1212
{ name = "az", version = "=1.2.1" }, # https://docs.rs/crate/az/1.2.1/source/build.rs
1313
{ name = "im-rc", version = "=15.1.0" }, # https://docs.rs/crate/im-rc/15.1.0/source/build.rs
1414
{ name = "indexmap", version = "=1.9.3" }, # https://docs.rs/crate/indexmap/1.9.3/source/build.rs
@@ -23,17 +23,17 @@ allow-build-scripts = [
2323
{ name = "num-iter", version = "=0.1.43" }, # https://docs.rs/crate/num-iter/0.1.43/source/build.rs
2424
{ name = "num-rational", version = "=0.4.1" }, # https://docs.rs/crate/num-rational/0.4.1/source/build.rs
2525
{ name = "num-traits", version = "=0.2.15" }, # https://docs.rs/crate/num-traits/0.2.15/source/build.rs
26-
{ name = "paste", version = "=1.0.12" }, # https://docs.rs/crate/paste/1.0.12/source/build.rs
27-
{ name = "proc-macro2", version = "=1.0.63" }, # https://docs.rs/crate/proc-macro2/1.0.63/source/build.rs
26+
{ name = "paste", version = "=1.0.14" }, # https://docs.rs/crate/paste/1.0.14/source/build.rs
27+
{ name = "proc-macro2", version = "=1.0.65" }, # https://docs.rs/crate/proc-macro2/1.0.65/source/build.rs
2828
{ name = "proc-macro-error", version = "=1.0.4" }, # https://docs.rs/crate/proc-macro-error/1.0.4/source/build.rs
2929
{ name = "proc-macro-error-attr", version = "=1.0.4" }, # https://docs.rs/crate/proc-macro-error-attr/1.0.4/source/build.rs
30-
{ name = "quote", version = "=1.0.29" }, # https://docs.rs/crate/quote/1.0.29/source/build.rs
30+
{ name = "quote", version = "=1.0.30" }, # https://docs.rs/crate/quote/1.0.30/source/build.rs
3131
{ name = "radium", version = "=0.7.0" }, # https://docs.rs/crate/radium/0.7.0/source/build.rs
32-
{ name = "serde", version = "=1.0.164" }, # https://docs.rs/crate/serde/1.0.164/source/build.rs
32+
{ name = "serde", version = "=1.0.171" }, # https://docs.rs/crate/serde/1.0.171/source/build.rs
3333
{ name = "serde_derive", version = "=1.0.159" }, # https://docs.rs/crate/serde_derive/1.0.159/source/build.rs
3434
{ name = "syn", version = "=1.0.109" }, # https://docs.rs/crate/syn/1.0.109/source/build.rs
3535
{ name = "target-features", version = "=0.1.4" }, # https://docs.rs/crate/target-features/0.1.4/source/build.rs
36-
{ name = "thiserror", version = "=1.0.40" }, # https://docs.rs/crate/thiserror/1.0.40/source/build.rs
36+
{ name = "thiserror", version = "=1.0.43" }, # https://docs.rs/crate/thiserror/1.0.43/source/build.rs
3737
{ name = "typenum", version = "=1.16.0" }, # https://docs.rs/crate/typenum/1.16.0/source/build/main.rs
3838
{ name = "varisat", version = "=0.2.2" }, # https://docs.rs/crate/varisat/0.2.2/source/build.rs
3939
]

0 commit comments

Comments
 (0)