-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update rust crate anyhow to v1.0.94 #202
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/anyhow-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
May 6, 2024 19:13
ab5012e
to
ec82999
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.82
fix(deps): update rust crate anyhow to v1.0.83
May 6, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
May 17, 2024 23:34
ec82999
to
d305a6a
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.83
fix(deps): update rust crate anyhow to v1.0.85
May 17, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
May 18, 2024 16:36
d305a6a
to
783f698
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.85
fix(deps): update rust crate anyhow to v1.0.86
May 18, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.86
fix(deps): update rust crate anyhow to v1.0.86 - autoclosed
Jun 28, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.86 - autoclosed
fix(deps): update rust crate anyhow to v1.0.86
Jun 28, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.86
fix(deps): update rust crate anyhow to v1.0.87
Sep 6, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.87
fix(deps): update rust crate anyhow to v1.0.88
Sep 11, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.88
fix(deps): update rust crate anyhow to v1.0.89
Sep 15, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
September 16, 2024 11:57
783f698
to
f5dd560
Compare
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
October 18, 2024 16:16
f5dd560
to
39626b4
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.89
fix(deps): update rust crate anyhow to v1.0.90
Oct 18, 2024
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.90
fix(deps): update rust crate anyhow to v1.0.91
Oct 22, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
October 22, 2024 18:36
39626b4
to
d3f2f3e
Compare
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
November 1, 2024 06:23
d3f2f3e
to
4f70095
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.91
fix(deps): update rust crate anyhow to v1.0.92
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
November 6, 2024 06:59
4f70095
to
d2aaff8
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.92
fix(deps): update rust crate anyhow to v1.0.93
Nov 6, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
December 3, 2024 21:34
d2aaff8
to
df5489d
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.93
fix(deps): update rust crate anyhow to v1.0.94
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
1.0.75
->1.0.94
Release Notes
dtolnay/anyhow (anyhow)
v1.0.94
Compare Source
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)v1.0.91
Compare Source
v1.0.90
Compare Source
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76
Compare Source
unsafe_op_in_unsafe_fn
lint (#329)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.