Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 16 updates #82

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the all group with 15 updates in the /local-registry directory:

Package From To
anyhow 1.0.86 1.0.92
bigdecimal 0.4.5 0.4.6
duplicate 1.0.0 2.0.0
indexmap 2.5.0 2.6.0
pest 2.7.11 2.7.14
pest_derive 2.7.11 2.7.14
pretty_assertions 1.4.0 1.4.1
rstest 0.22.0 0.23.0
serde 1.0.209 1.0.214
thiserror 1.0.63 1.0.66
tinyset 0.4.15 0.5.0
unicase 2.7.0 2.8.0
unicode-normalization 0.1.23 0.1.24
unicode-segmentation 1.11.0 1.12.0
uuid 1.10.0 1.11.0

Updates anyhow from 1.0.86 to 1.0.92

Release notes

Sourced from anyhow's releases.

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • fd03a8e Release 1.0.92
  • a16252b Merge pull request #390 from dtolnay/rawaddr
  • fcf2ef8 Compile &raw test on Rust 1.82+ only
  • 1e7e9fe Parse raw address expression syntax
  • 7d1a8f9 Add test of raw addr expression syntax
  • 6c52daa Release 1.0.91
  • 4986853 Merge pull request #388 from dtolnay/outdir
  • f130b76 Clean up dep-info files from OUT_DIR
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • Additional commits viewable in compare view

Updates bigdecimal from 0.4.5 to 0.4.6

Release notes

Sourced from bigdecimal's releases.

v0.4.6

Changes

  • Fix error in formatting code that would skip "carrying the one" when rounding up series of nines, overflowing

  • Improved implementation of sqrt and cbrt

  • Uses consistent rounding implementations in formatting and arithmetic operations

  • Add new constructor methods BigDecimal::from_bigint & BigDecimal::from_biguint

Commits
  • 148b4cf v0.4.6
  • 2f2a072 Version 0.4.6
  • e3ffe6a Fix clippy lints
  • 1e96272 Merge reimplementation of cbrt into trunk
  • ea53472 Reimplement impl_cbrt_int_scale
  • bcf065a Add method BigDecimalRef::count_trailing_zeroes
  • e94bdaf Add struct WithScale
  • 8886fc0 Add arithmetic function multiply_by_ten_to_the_uint
  • 3c58a3e Fix compatibility with Rust 1.43
  • f68a86f Merge fix to formatting bug into trunk
  • Additional commits viewable in compare view

Updates duplicate from 1.0.0 to 2.0.0

Changelog

Sourced from duplicate's changelog.

[2.0.0] - 2024-09-16

Added

  • substitute! and substitute_item allow the use of global substitutions without duplication. See #49.

Changed

  • [BREAKING] Increased base MSRV to 1.65.
  • [BREAKING] duplicate! and duplicate_item no longer allow using exclusively global substitutions.
  • Edition increased to 2021.
  • Replaced proc-macro-error dependency with proc-macro2-diagnostics for printing nice error messages and hints. See #61.
  • Updated heck dependency to version 0.5.
Commits
  • 20bdde3 [CI] Removed beta channel from testing temporarily
  • 2cbaeec Release readme no longer refers to pre-stabilization version meanings.
  • b750d6d Updated root-level documentation to refer to substitute!
  • d439268 Substitute! now works in nested invocations.
  • 7891bc4 Updated Cargo.toml and changelog
  • f1c4301 Replace proc-macro-error proc-macro2-diagnostics
  • 9d56af9 Updated README CI status badge URL
  • 4db3cce 'duplicate!' and 'duplicate_item' no longer allow only global substitution.
  • ea50f00 Implemented 'substitute!' and 'substitute_item'.
  • 47d25fe Increased MSRV to 1.65
  • Additional commits viewable in compare view

Updates indexmap from 2.5.0 to 2.6.0

Changelog

Sourced from indexmap's changelog.

2.6.0 (2024-10-01)

  • Implemented Clone for map::IntoIter and set::IntoIter.
  • Updated the hashbrown dependency to version 0.15.
Commits
  • bf0362b Merge pull request #354 from cuviper/release-2.6.0
  • bd0b4f7 Add all release dates
  • 5340049 Release 2.6.0
  • 7f80229 Merge pull request #343 from cuviper/hash_table
  • e577bf2 Use hashbrown::HashTable instead of RawTable
  • 09b48ec Merge pull request #353 from cuviper/move_index
  • 267b83d Add an explicit bounds check in move_index
  • d74a4da Merge pull request #349 from waywardmonkeys/improve-doc-formatting
  • 5b0ed20 docs: Improve doc formatting with backticks
  • 15518f3 Merge pull request #348 from cuviper/clone-intoiter
  • Additional commits viewable in compare view

Updates pest from 2.7.11 to 2.7.14

Release notes

Sourced from pest's releases.

v2.7.14

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.13...v2.7.14

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }

v2.7.13

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.12...v2.7.13

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }

v2.7.12

What's Changed

Full Changelog: pest-parser/pest@v2.7.11...v2.7.12

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

</tr></table> 

... (truncated)

Commits

Updates pest_derive from 2.7.11 to 2.7.14

Release notes

Sourced from pest_derive's releases.

v2.7.14

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.13...v2.7.14

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }

v2.7.13

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.7.12...v2.7.13

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }

v2.7.12

What's Changed

Full Changelog: pest-parser/pest@v2.7.11...v2.7.12

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

</tr></table> 

... (truncated)

Commits

Updates pretty_assertions from 1.4.0 to 1.4.1

Release notes

Sourced from pretty_assertions's releases.

v1.4.1

Fixed

  • Show feature-flagged code in documentation. Thanks to @​sandydoo for the fix! (#130)

Internal

  • Bump yansi version to 1.x. Thanks to @​SergioBenitez for the update, and maintaining this library! (#121)
Changelog

Sourced from pretty_assertions's changelog.

v1.4.1

Fixed

  • Show feature-flagged code in documentation. Thanks to @​sandydoo for the fix! (#130)

Internal

  • Bump yansi version to 1.x. Thanks to @​SergioBenitez for the update, and maintaining this library! (#121)
Commits
  • f5c5b24 chore: prep 1.4.1 release
  • d34d524 chore: display feature-flagged docs on docs.rs
  • fac4273 Merge pull request #131 from sandydoo/fix-yansi-deprecation
  • 1e51cce chore: rename deprecated yansi methods
  • 4a0e5a3 Merge pull request #121 from SergioBenitez/yansi-update
  • 08838fe internal: bump MSRV to 1.63.0 for yansi
  • 777387d ci: bump runner to windows-2022
  • 35c08fe chore: update 'yansi' to 1.0.0-rc
  • See full diff in compare view

Updates rstest from 0.22.0 to 0.23.0

Release notes

Sourced from rstest's releases.

0.23.0

What's Changed

New Contributors

Full Changelog: la10736/rstest@v0.22.0...v0.23.0

Changelog

Sourced from rstest's changelog.

[0.23.0] 2024/9/29

Add

  • You can now use environment variables in #[files] with an optional default value (see #277).
  • You can now set a base_dir for #[files] with the $[base_dir = "..."] attribute (see #277).
Commits
  • da11d4e Update dependency and prepare the release
  • 0c6e203 Update checkout list
  • 20e8858 Make clippy happy
  • 57a9342 Playground should use dev package
  • 8a04803 Removed the useless build rerun variable
  • 8c232bc Add a test for invalid base_dir value
  • 3520861 Add tests for replace_env_vars
  • 465a401 Add unit tests for parsing attributes, and add base_dir
  • a970613 Add a test for declared environment variables
  • c65d1c0 Add tests and #[ignore_missing_env_vars]
  • Additional commits viewable in compare view

Updates serde from 1.0.209 to 1.0.214

Release notes

Sourced from serde's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.209 to 1.0.214

Release notes

Sourced from serde_derive's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • Additional commits viewable in compare view

Updates thiserror from 1.0.63 to 1.0.66

Release notes

Sourced from thiserror's releases.

1.0.66

  • Improve compile error on malformed format attribute (#327)

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)
Commits
  • d1a8254 Release 1.0.66
  • e2e9da3 Merge pull request #328 from dtolnay/peekend
  • 3d79a90 Use peek2(End) instead of fork/advance_to
  • a9a6c98 Merge pull request #329 from dtolnay/up
  • 51a5e4c Raise minimum compiler for test suite to rust 1.70
  • 8fb92ff Resolve uninlined_format_args pedantic clippy lint in build script
  • 0e2bef9 Raise required compiler to rust 1.61
  • bb30f2e Merge pull request #327 from dtolnay/literal
  • 5d3edf9 Improve error on malformed format attribute
  • 003a89f Merge pull request #326 from dtolnay/sealed
  • Additional commits viewable in compare view

Updates tinyset from 0.4.15 to 0.5.0

Changelog

Sourced from tinyset's changelog.

  • 0.5.0 - Oct. 12, 2024

    • Implement Clone for IntoIter. This change in implementation also removes a use of unsafe.

    • Bump MSRV to 1.61 due to dependencies.

    • Fixed panic when removing a nonexistent value from a full hash table.

    • Fix UB if an allocation exceeds isize::MAX.

Commits

Updates unicase from 2.7.0 to 2.8.0

Commits

Updates unicode-normalization from 0.1.23 to 0.1.24

Commits
  • c992130 Merge pull request #103 from Marcondiro/master
  • 0a95cae Fix clippy
  • 99d6e46 Fix composition table
  • b7e343a Use tinyvec 1.6.0 in msrv build
  • c8011eb Update normalization_tests.rs to Unicode 16.0.0
  • fdfe8e0 Update Unicode to version 16.0.0, bump to 0.1.24
  • 79687ca Merge pull request #100 from unicode-rs/safety-comments
  • 71a54fa Merge pull request #101 from unicode-rs/constructors
  • a97388a Add safety comments
  • 154ebfc Directly expose constructors for iterators rather than relying on hard-to-dis...
  • Additional commits viewable in compare view

Updates unicode-segmentation from 1.11.0 to 1.12.0

Commits

Updates uuid from 1.10.0 to 1.11.0

Release notes

Sourced from uuid's releases.

1.11.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.10.0...1.11.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 15 updates in the /local-registry directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.92` |
| [bigdecimal](https://github.com/akubera/bigdecimal-rs) | `0.4.5` | `0.4.6` |
| [duplicate](https://github.com/Emoun/duplicate) | `1.0.0` | `2.0.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` |
| [pest](https://github.com/pest-parser/pest) | `2.7.11` | `2.7.14` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.7.11` | `2.7.14` |
| [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` |
| [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.23.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.214` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.66` |
| [tinyset](https://github.com/droundy/tinyset) | `0.4.15` | `0.5.0` |
| [unicase](https://github.com/seanmonstar/unicase) | `2.7.0` | `2.8.0` |
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.23` | `0.1.24` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.11.0` | `1.12.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |



Updates `anyhow` from 1.0.86 to 1.0.92
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.92)

Updates `bigdecimal` from 0.4.5 to 0.4.6
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](akubera/bigdecimal-rs@v0.4.5...v0.4.6)

Updates `duplicate` from 1.0.0 to 2.0.0
- [Changelog](https://github.com/Emoun/duplicate/blob/master/CHANGELOG.md)
- [Commits](Emoun/duplicate@1.0.0...2.0.0)

Updates `indexmap` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.5.0...2.6.0)

Updates `pest` from 2.7.11 to 2.7.14
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.11...v2.7.14)

Updates `pest_derive` from 2.7.11 to 2.7.14
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.11...v2.7.14)

Updates `pretty_assertions` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1)

Updates `rstest` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.23.0)

Updates `serde` from 1.0.209 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.214)

Updates `serde_derive` from 1.0.209 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.214)

Updates `thiserror` from 1.0.63 to 1.0.66
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.66)

Updates `tinyset` from 0.4.15 to 0.5.0
- [Changelog](https://github.com/droundy/tinyset/blob/master/CHANGELOG.md)
- [Commits](https://github.com/droundy/tinyset/commits)

Updates `unicase` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/seanmonstar/unicase/releases)
- [Commits](seanmonstar/unicase@v2.7.0...v2.8.0)

Updates `unicode-normalization` from 0.1.23 to 0.1.24
- [Commits](unicode-rs/unicode-normalization@v0.1.23...v0.1.24)

Updates `unicode-segmentation` from 1.11.0 to 1.12.0
- [Commits](unicode-rs/unicode-segmentation@v1.11.0...v1.12.0)

Updates `uuid` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bigdecimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: duplicate
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pest_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tinyset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unicase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unicode-normalization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-segmentation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 12:30
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our guardians team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/guardians)

@BethanyG
Copy link
Member

BethanyG commented Nov 1, 2024

@senekor -- I got a ping to review and approve this (and I have) -- but I think you should take a look at these before anyone merges them, just in case.

Copy link
Contributor

@senekor senekor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the ping, this looks good to me. I think in the future you can just merge these. I can't audit all the dependencies and our test runners don't have much of an attack surface as far as I'm aware.

And when it comes to breaking changes in dependencies, we also can't really hold back on those, because we only support a single version. If we hold back a dependency, new users running cargo add would get errors because they will get the newer, incompatible version. This has been a big issue in the past, people opening issues about test runner failures because our version was outdated.

@senekor senekor merged commit 2fb2fc9 into main Nov 1, 2024
3 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-c1494bd09d branch November 1, 2024 19:12
@senekor
Copy link
Contributor

senekor commented Nov 1, 2024

Oh, looks like I mixed up the PRs, I thought this was in the test-runner repo. I think for the analyzer it's even simpler, CI makes sure that everything compiles and tests pass, so there's not much that can go wrong with bumping dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/tiny Tiny amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants