diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index 1375776..8bdebdd 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -69,9 +69,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "arr_macro" @@ -194,9 +194,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ "memchr", "regex-automata", @@ -277,9 +277,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", @@ -431,9 +431,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] @@ -681,7 +681,7 @@ dependencies = [ "proptest", "quickcheck", "quickcheck_macros", - "rand 0.9.0", + "rand 0.9.1", "rand_chacha 0.9.0", "rayon", "regex-lite", @@ -826,9 +826,9 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "flagset" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" +checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe" [[package]] name = "fnv" @@ -1102,9 +1102,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -1848,13 +1848,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.0", - "zerocopy 0.8.14", ] [[package]] diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index b7b67c0..6e35a69 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -10,7 +10,7 @@ path = "dummy.rs" # https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml # [dependencies] -anyhow = "1.0.97" +anyhow = "1.0.98" arrayvec = "0.7.6" arr_macro = "0.2.1" ascii = "1.1.0" @@ -20,16 +20,16 @@ binary-heap-plus = "0.5.0" bitflags = "2.9.0" bit-set = "0.8.0" bitvec = "1.0.1" -bstr = "1.11.1" +bstr = "1.12.0" bytecount = "0.6.8" cached = "0.55.1" cast = "0.3.0" -chrono = "0.4.40" +chrono = "0.4.41" convert_case = "0.8.0" counter = "0.6.0" criterion = "0.5.1" crossbeam = "0.8.4" -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" crossbeam-utils = "0.8.21" dashmap = "6.1.0" derive_more = "2.0.1" @@ -43,14 +43,14 @@ enum-iterator = "2.1.0" enum-primitive-derive = "0.3.0" enumset = "1.1.5" fixedbitset = "0.5.7" -flagset = "0.4.6" +flagset = "0.4.7" frunk = "0.4.3" gcd = "2.3.0" hashbag = "0.1.12" hexlit = "0.5.5" if_chain = "1.0.2" im = "15.1.0" -indexmap = "2.8.0" +indexmap = "2.9.0" indoc = "2.0.6" integer-sqrt = "0.1.5" int-enum = "1.2.0" @@ -84,7 +84,7 @@ pretty_assertions = "1.4.1" proptest = "1.6.0" quickcheck = "1.0.3" quickcheck_macros = "1.0.0" -rand = "0.9.0" +rand = "0.9.1" rand_chacha = "0.9.0" rayon = "1.10.0" regex-lite = "0.1.6"