-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 in /local-registry with 9 updates #85
Conversation
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) |
@dependabot rebase |
Bumps the all group in /local-registry with 9 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` | | [bstr](https://github.com/BurntSushi/bstr) | `1.10.0` | `1.11.0` | | [cached](https://github.com/jaemk/cached) | `0.53.1` | `0.54.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.11` | `1.0.14` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.66` | `2.0.3` | | [tinyset](https://github.com/droundy/tinyset) | `0.5.0` | `0.5.1` | Updates `anyhow` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.92...1.0.93) Updates `bstr` from 1.10.0 to 1.11.0 - [Commits](BurntSushi/bstr@1.10.0...1.11.0) Updates `cached` from 0.53.1 to 0.54.0 - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) Updates `indexmap` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0) Updates `itoa` from 1.0.11 to 1.0.14 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.11...1.0.14) Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `serde_derive` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `thiserror` from 1.0.66 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.66...2.0.3) Updates `tinyset` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/droundy/tinyset/blob/master/CHANGELOG.md) - [Commits](https://github.com/droundy/tinyset/commits) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: cached dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: itoa dependency-type: direct:production update-type: version-update:semver-patch 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-major dependency-group: all - dependency-name: tinyset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
68ca3c3
to
f609b79
Compare
Bumps the all group in /local-registry with 9 updates:
1.0.92
1.0.93
1.10.0
1.11.0
0.53.1
0.54.0
2.6.0
2.7.0
1.0.11
1.0.14
1.0.214
1.0.215
1.0.214
1.0.215
1.0.66
2.0.3
0.5.0
0.5.1
Updates
anyhow
from 1.0.92 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2Updates
bstr
from 1.10.0 to 1.11.0Commits
41f8bdb
1.11.0f679928
msrv: bump to Rust 1.7371e468c
safety: introduceALIGN_MASK
based oncore::mem::align_of
77e5fd7
lint: fix elided_named_lifetimes warning on nightly6b713be
impl: add PartialEq and PartialOrd instances for byte arrays[u8; N]
af99a6e
impl: fix discrepancy in upper/lower case inimpl fmt::Debug for BStr
955fa16
lint:clippy::cast_lossless
andclippy::unreadable_literal
lints65018f6
lint:clippy::redundant_closure_for_method_calls
lint violationdee0d9a
lint:clippy::cloned_instead_of_copied
lint violationc7f3d56
lint:clippy::range_plus_one
lint violationsUpdates
cached
from 0.53.1 to 0.54.0Changelog
Sourced from cached's changelog.
Commits
Updates
indexmap
from 2.6.0 to 2.7.0Changelog
Sourced from indexmap's changelog.
Commits
539b401
Merge pull request #361 from cuviper/insert_entry998edb1
Release 2.7.02a0ca97
Add{Entry,VacantEntry}::insert_entry
dceb0f0
Merge pull request #360 from cuviper/collect_vec_listc095322
ci: downgrade hashbrown for 1.637d8cef8
Use rayon-1.9.0'scollect_vec_list
Updates
itoa
from 1.0.11 to 1.0.14Release notes
Sourced from itoa's releases.
Commits
7e6b258
Release 1.0.146f07cf6
Merge pull request #56 from dtolnay/hidebufferd2f97a8
Try to prevent Integer<Buffer = ...> IDE suggestiond49fc1d
Release 1.0.133118ea6
Merge pull request #55 from dtolnay/isizeed2b9b4
Eliminate 64-bit-to-isize conversion513debf
Merge pull request #54 from dtolnay/lut09a06f6
Change decimal digits lookup table from static to constd39d767
Merge pull request #53 from dtolnay/renderdaf766b
Replace 'decode' terminology with 'render'Updates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_derive
from 1.0.214 to 1.0.215Release notes
Sourced from serde_derive's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
thiserror
from 1.0.66 to 2.0.3Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Updates
tinyset
from 0.5.0 to 0.5.1Commits
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