-
Notifications
You must be signed in to change notification settings - Fork 1
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 async-trait from 0.1.74 to 0.1.76 #26
Closed
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 [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.76. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.74...0.1.76) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot ignore this minor version
…On Mon, 1 Jan 2024, 21.09 dependabot[bot], ***@***.***> wrote:
Bumps async-trait <https://github.com/dtolnay/async-trait> from 0.1.74 to
0.1.76.
Release notes
*Sourced from async-trait's releases
<https://github.com/dtolnay/async-trait/releases>.*
0.1.76
- Documentation improvements
0.1.75
- Documentation improvements
Commits
- 627124b
<dtolnay/async-trait@627124b>
Release 0.1.76
- f8aa269
<dtolnay/async-trait@f8aa269>
Merge pull request #256
<https://redirect.github.com/dtolnay/async-trait/issues/256> from
dtolnay/miritracing
- 48e29e4
<dtolnay/async-trait@48e29e4>
Re-enable tracing integration test under Miri
- 3c656d3
<dtolnay/async-trait@3c656d3>
Merge pull request #255
<https://redirect.github.com/dtolnay/async-trait/issues/255> from
dtolnay/asyncblock
- 381fd75
<dtolnay/async-trait@381fd75>
Update explanation to show async block expansion
- 3caf301
<dtolnay/async-trait@3caf301>
Merge pull request #254
<https://redirect.github.com/dtolnay/async-trait/issues/254> from
dtolnay/doc
- c1576be
<dtolnay/async-trait@c1576be>
Update documentation to discuss object safety in Rust 1.75+
- 034d8db
<dtolnay/async-trait@034d8db>
Release 0.1.75
- 0d469fc
<dtolnay/async-trait@0d469fc>
Add a funding file
- b4a3886
<dtolnay/async-trait@b4a3886>
Update ui test suite to nightly-2023-11-20
- Additional commits viewable in compare view
<dtolnay/async-trait@0.1.74...0.1.76>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#26
Commit Summary
- 28b2daf
<28b2daf>
Bump async-trait from 0.1.74 to 0.1.76
File Changes
(2 files <https://github.com/ISibboI/typed-session/pull/26/files>)
- *M* Cargo.lock
<https://github.com/ISibboI/typed-session/pull/26/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(4)
- *M* Cargo.toml
<https://github.com/ISibboI/typed-session/pull/26/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/ISibboI/typed-session/pull/26.patch
- https://github.com/ISibboI/typed-session/pull/26.diff
—
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASATXVUYQFRZZQY6KK3QYDYMMCWPAVCNFSM6AAAAABBJHKBYWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DCNZSGMYTMMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
OK, I won't notify you about version 0.1.x again, unless you re-open this PR. |
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 async-trait from 0.1.74 to 0.1.76.
Release notes
Sourced from async-trait's releases.
Commits
627124b
Release 0.1.76f8aa269
Merge pull request #256 from dtolnay/miritracing48e29e4
Re-enable tracing integration test under Miri3c656d3
Merge pull request #255 from dtolnay/asyncblock381fd75
Update explanation to show async block expansion3caf301
Merge pull request #254 from dtolnay/docc1576be
Update documentation to discuss object safety in Rust 1.75+034d8db
Release 0.1.750d469fc
Add a funding fileb4a3886
Update ui test suite to nightly-2023-11-20Dependabot 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)