Skip to content

Commit

Permalink
Bump the all group in /local-registry with 16 updates (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 23f368e commit d530a3a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 77 deletions.
108 changes: 46 additions & 62 deletions local-registry/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions local-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ path = "dummy.rs"
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
#
[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
arrayvec = "0.7.6"
arr_macro = "0.2.1"
ascii = "1.1.0"
bigdecimal = "0.4.6"
bigdecimal = "0.4.7"
bimap = "0.6.3"
binary-heap-plus = "0.5.0"
bitflags = "2.6.0"
bit-set = "0.8.0"
bitvec = "1.0.1"
bstr = "1.11.0"
bstr = "1.11.1"
bytecount = "0.6.8"
cached = "0.54.0"
cast = "0.3.0"
chrono = "0.4.38"
chrono = "0.4.39"
convert_case = "0.6.0"
counter = "0.6.0"
criterion = "0.5.1"
crossbeam = "0.8.4"
crossbeam-channel = "0.5.13"
crossbeam-utils = "0.8.20"
crossbeam-channel = "0.5.14"
crossbeam-utils = "0.8.21"
dashmap = "6.1.0"
derive_more = "1.0.0"
digits_iterator = "0.1.0"
Expand All @@ -54,11 +54,11 @@ indexmap = "2.7.0"
indoc = "2.0.5"
integer-sqrt = "0.1.5"
int-enum = "1.1.2"
itertools = "0.13.0"
itertools = "0.14.0"
itoa = "1.0.14"
kmp = "0.1.1"
linked-hash-map = "0.5.6"
linked_hash_set = "0.1.4"
linked_hash_set = "0.1.5"
maplit = "1.0.2"
memoize = "0.4.2"
mod_exp = "1.0.1"
Expand All @@ -76,12 +76,12 @@ num-format = "0.4.4"
num-integer = "0.1.46"
numtoa = "0.2.4"
num-traits = "0.2.19"
pest = "2.7.14"
pest_derive = "2.7.14"
pest = "2.7.15"
pest_derive = "2.7.15"
phf = "0.11.2"
phf_macros = "0.11.2"
pretty_assertions = "1.4.1"
proptest = "1.5.0"
proptest = "1.6.0"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
rand = "0.8.5"
Expand All @@ -90,20 +90,20 @@ rayon = "1.10.0"
regex-lite = "0.1.6"
rstest = "0.23.0"
rstest_reuse = "0.7.0"
serde = "1.0.215"
serde = "1.0.217"
serde_derive = "1.0.173"
spinning_top = "0.3.0"
static_assertions = "1.1.0"
strfmt = "0.2.4"
strum = "0.26.3"
strum_macros = "0.26.4"
subslice = "0.2.3"
thiserror = "2.0.3"
thiserror = "2.0.9"
threadpool = "1.8.1"
time = "0.3.36"
time = "0.3.37"
tinyset = "0.5.1"
transpose = "0.2.3"
unicase = "2.8.0"
unicase = "2.8.1"
unicode-normalization = "0.1.24"
unicode-reverse = "1.0.9"
unicode-segmentation = "1.12.0"
Expand Down

0 comments on commit d530a3a

Please sign in to comment.