-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 7 updates #140
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the all group with 7 updates in the /local-registry directory: | Package | From | To | | --- | --- | --- | | [bit-set](https://github.com/contain-rs/bit-set) | `0.6.0` | `0.8.0` | | [bstr](https://github.com/BurntSushi/bstr) | `1.9.1` | `1.10.0` | | [enumset](https://github.com/Lymia/enumset) | `1.1.3` | `1.1.5` | | [flagset](https://github.com/enarx/flagset) | `0.4.5` | `0.4.6` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` | | [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` | Updates `bit-set` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md) - [Commits](https://github.com/contain-rs/bit-set/commits) Updates `bstr` from 1.9.1 to 1.10.0 - [Commits](BurntSushi/bstr@1.9.1...1.10.0) Updates `enumset` from 1.1.3 to 1.1.5 - [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md) - [Commits](Lymia/enumset@v1.1.3...v1.1.5) Updates `flagset` from 0.4.5 to 0.4.6 - [Commits](enarx/flagset@v0.4.5...v0.4.6) Updates `num_enum` from 0.7.2 to 0.7.3 - [Commits](illicitonion/num_enum@0.7.2...0.7.3) Updates `thiserror` from 1.0.61 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.63) Updates `uuid` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.9.1...1.10.0) --- updated-dependencies: - dependency-name: bit-set dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: enumset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: flagset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: num_enum 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: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
ErikSchierboom
approved these changes
Jul 30, 2024
I looks like |
upstream PR: dhovart/cargo-local-registry#187 |
Merged
@dependabot rebase |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/local-registry/all-aa024eb85f
branch
August 3, 2024 08:44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 7 updates in the /local-registry directory:
0.6.0
0.8.0
1.9.1
1.10.0
1.1.3
1.1.5
0.4.5
0.4.6
0.7.2
0.7.3
1.0.61
1.0.63
1.9.1
1.10.0
Updates
bit-set
from 0.6.0 to 0.8.0Changelog
Sourced from bit-set's changelog.
Commits
Updates
bstr
from 1.9.1 to 1.10.0Commits
e223ec6
1.10.0c4a2b89
1.9.206b1f14
api: addimpl\<'a> From\<&'a BString> for Cow\<'a, BStr>
Updates
enumset
from 1.1.3 to 1.1.5Changelog
Sourced from enumset's changelog.
Commits
6a9a676
Bump version to 1.1.50e949ba
Implement macros for compile-time enumset operations.cf68ea9
Add support for the use of other enum sets in the enum_set! macro. (Closes #49)f73ef60
Whoops. Fix documentation for cargo features.b2d859d
Fix CI script more. (Candidate v1.1.4 release)a24b0f6
Fix warnings revealed by CI. (Candidate v1.1.4 release)3921582
Bump version to 1.1.4fdb5f2e
Bless new test results.fa62127
Make functions that can be const as of 1.61, const. (Fixes #45)11a2482
Add a deprecation warning for the std feature.Updates
flagset
from 0.4.5 to 0.4.6Commits
d4335ab
chore: dump versionb497f88
fix: use absolute path references torust-core
in flags macro34afef7
feat: ffi safety forFlagSet
, closes #27Updates
num_enum
from 0.7.2 to 0.7.3Commits
86d359f
Prep for 0.7.3 (#155)456c95d
Remove travis badge (#153)b006342
fix: filter catch_all variant in EnumInfo methods (#150)c12fb92
Run metadata consistency checks in CI (#152)4d25890
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)Updates
thiserror
from 1.0.61 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
uuid
from 1.9.1 to 1.10.0Release notes
Sourced from uuid's releases.
Commits
4b4c590
Merge pull request #766 from uuid-rs/cargo/1.10.068eff32
Merge pull request #765 from uuid-rs/chore/time-fn-deprecations3d5384d
update docs and deprecation messages for timestamp fnsde50f20
renaming rfc4122 functions4a88417
prepare for 1.10.0 release66b4fce
Merge pull request #764 from Vrajs16/main8896e26
Use expr instead of ident09973d6
Added changes6edf3e8
Use const identifer in uuid macroDependabot 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