File tree Expand file tree Collapse file tree 2 files changed +60
-57
lines changed
Expand file tree Collapse file tree 2 files changed +60
-57
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ path = "dummy.rs"
1010# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
1111#
1212[dependencies ]
13- anyhow = " 1.0.99 "
13+ anyhow = " 1.0.100 "
1414arrayvec = " 0.7.6"
1515arr_macro = " 0.2.1"
1616ascii = " 1.1.0"
1717bigdecimal = " 0.4.8"
1818bimap = " 0.6.3"
1919binary-heap-plus = " 0.5.0"
20- bitflags = " 2.9.3 "
20+ bitflags = " 2.9.4 "
2121bit-set = " 0.8.0"
2222bitvec = " 1.0.1"
2323bstr = " 1.12.0"
2424bytecount = " 0.6.9"
2525cached = " 0.56.0"
2626cast = " 0.3.0"
27- chrono = " 0.4.41 "
27+ chrono = " 0.4.42 "
2828convert_case = " 0.8.0"
2929counter = " 0.7.0"
3030criterion = " 0.7.0"
@@ -39,7 +39,7 @@ divrem = "1.0.0"
3939duplicate = " 2.0.0"
4040easybench = " 1.1.1"
4141either = " 1.15.0"
42- enum-iterator = " 2.1 .0"
42+ enum-iterator = " 2.3 .0"
4343enum-primitive-derive = " 0.3.0"
4444enumset = " 1.1.10"
4545fixedbitset = " 0.5.7"
@@ -50,7 +50,7 @@ hashbag = "0.1.12"
5050hexlit = " 0.5.5"
5151if_chain = " 1.0.3"
5252im = " 15.1.0"
53- indexmap = " 2.11.0 "
53+ indexmap = " 2.11.4 "
5454indoc = " 2.0.6"
5555integer-sqrt = " 0.1.5"
5656int-enum = " 1.2.0"
@@ -76,12 +76,12 @@ num-format = "0.4.4"
7676num-integer = " 0.1.46"
7777numtoa = " 0.3.1"
7878num-traits = " 0.2.19"
79- pest = " 2.8.1 "
80- pest_derive = " 2.8.1 "
79+ pest = " 2.8.2 "
80+ pest_derive = " 2.8.2 "
8181phf = " 0.13.1"
8282phf_macros = " 0.13.1"
8383pretty_assertions = " 1.4.1"
84- proptest = " 1.7 .0"
84+ proptest = " 1.8 .0"
8585quickcheck = " 1.0.3"
8686quickcheck_macros = " 1.1.0"
8787rand = " 0.9.2"
@@ -90,17 +90,17 @@ rayon = "1.11.0"
9090regex-lite = " 0.1.7"
9191rstest = " 0.26.1"
9292rstest_reuse = " 0.7.0"
93- serde = " 1.0.219 "
93+ serde = " 1.0.228 "
9494serde_derive = " 1.0.173"
9595spinning_top = " 0.3.0"
9696static_assertions = " 1.1.0"
9797strfmt = " 0.2.5"
9898strum = " 0.27.2"
9999strum_macros = " 0.27.2"
100100subslice = " 0.2.3"
101- thiserror = " 2.0.16 "
101+ thiserror = " 2.0.17 "
102102threadpool = " 1.8.1"
103- time = " 0.3.42 "
103+ time = " 0.3.44 "
104104tinyset = " 0.5.2"
105105transpose = " 0.2.3"
106106unicase = " 2.8.1"
@@ -109,6 +109,6 @@ unicode-reverse = "1.0.9"
109109unicode-segmentation = " 1.12.0"
110110unic-segment = " 0.9.0"
111111unzip-n = " 0.1.2"
112- uuid = " 1.18.0 "
112+ uuid = " 1.18.1 "
113113voca_rs = " 1.15.2"
114114xvii = " 0.4.0"
You can’t perform that action at this time.
0 commit comments