Skip to content

Commit 990f401

Browse files
Bump the all group in /local-registry with 13 updates (#109)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b653f6 commit 990f401

File tree

2 files changed

+60
-57
lines changed

2 files changed

+60
-57
lines changed

local-registry/Cargo.lock

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

local-registry/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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"
1414
arrayvec = "0.7.6"
1515
arr_macro = "0.2.1"
1616
ascii = "1.1.0"
1717
bigdecimal = "0.4.8"
1818
bimap = "0.6.3"
1919
binary-heap-plus = "0.5.0"
20-
bitflags = "2.9.3"
20+
bitflags = "2.9.4"
2121
bit-set = "0.8.0"
2222
bitvec = "1.0.1"
2323
bstr = "1.12.0"
2424
bytecount = "0.6.9"
2525
cached = "0.56.0"
2626
cast = "0.3.0"
27-
chrono = "0.4.41"
27+
chrono = "0.4.42"
2828
convert_case = "0.8.0"
2929
counter = "0.7.0"
3030
criterion = "0.7.0"
@@ -39,7 +39,7 @@ divrem = "1.0.0"
3939
duplicate = "2.0.0"
4040
easybench = "1.1.1"
4141
either = "1.15.0"
42-
enum-iterator = "2.1.0"
42+
enum-iterator = "2.3.0"
4343
enum-primitive-derive = "0.3.0"
4444
enumset = "1.1.10"
4545
fixedbitset = "0.5.7"
@@ -50,7 +50,7 @@ hashbag = "0.1.12"
5050
hexlit = "0.5.5"
5151
if_chain = "1.0.3"
5252
im = "15.1.0"
53-
indexmap = "2.11.0"
53+
indexmap = "2.11.4"
5454
indoc = "2.0.6"
5555
integer-sqrt = "0.1.5"
5656
int-enum = "1.2.0"
@@ -76,12 +76,12 @@ num-format = "0.4.4"
7676
num-integer = "0.1.46"
7777
numtoa = "0.3.1"
7878
num-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"
8181
phf = "0.13.1"
8282
phf_macros = "0.13.1"
8383
pretty_assertions = "1.4.1"
84-
proptest = "1.7.0"
84+
proptest = "1.8.0"
8585
quickcheck = "1.0.3"
8686
quickcheck_macros = "1.1.0"
8787
rand = "0.9.2"
@@ -90,17 +90,17 @@ rayon = "1.11.0"
9090
regex-lite = "0.1.7"
9191
rstest = "0.26.1"
9292
rstest_reuse = "0.7.0"
93-
serde = "1.0.219"
93+
serde = "1.0.228"
9494
serde_derive = "1.0.173"
9595
spinning_top = "0.3.0"
9696
static_assertions = "1.1.0"
9797
strfmt = "0.2.5"
9898
strum = "0.27.2"
9999
strum_macros = "0.27.2"
100100
subslice = "0.2.3"
101-
thiserror = "2.0.16"
101+
thiserror = "2.0.17"
102102
threadpool = "1.8.1"
103-
time = "0.3.42"
103+
time = "0.3.44"
104104
tinyset = "0.5.2"
105105
transpose = "0.2.3"
106106
unicase = "2.8.1"
@@ -109,6 +109,6 @@ unicode-reverse = "1.0.9"
109109
unicode-segmentation = "1.12.0"
110110
unic-segment = "0.9.0"
111111
unzip-n = "0.1.2"
112-
uuid = "1.18.0"
112+
uuid = "1.18.1"
113113
voca_rs = "1.15.2"
114114
xvii = "0.4.0"

0 commit comments

Comments
 (0)