-
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.95 #25
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:52
4a34388
to
9e86be8
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 20:39
9e86be8
to
85b294c
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.84
May 17, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
May 18, 2024 02:35
85b294c
to
85bb323
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.84
fix(deps): update rust crate anyhow to v1.0.85
May 18, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
May 18, 2024 15:42
85bb323
to
2a6336c
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
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
September 6, 2024 21:27
2a6336c
to
d1d7334
Compare
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:42
d1d7334
to
569cbfe
Compare
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
October 18, 2024 16:57
569cbfe
to
945c9e8
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
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
October 22, 2024 19:22
945c9e8
to
1c139fa
Compare
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
November 1, 2024 07:18
1c139fa
to
df7d4f0
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 08:32
df7d4f0
to
f30b71b
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
changed the title
fix(deps): update rust crate anyhow to v1.0.93
fix(deps): update rust crate anyhow to v1.0.94
Dec 5, 2024
renovate
bot
force-pushed
the
renovate/anyhow-1.x-lockfile
branch
from
December 22, 2024 14:32
858122b
to
1143829
Compare
renovate
bot
changed the title
fix(deps): update rust crate anyhow to v1.0.94
fix(deps): update rust crate anyhow to v1.0.95
Dec 22, 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.40
->1.0.95
Release Notes
dtolnay/anyhow (anyhow)
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)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)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
v1.0.71
Compare Source
v1.0.70
Compare Source
v1.0.69
Compare Source
v1.0.68
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.67
Compare Source
context()
is used on anOption
(#280)v1.0.66
Compare Source
context
call (#279)v1.0.65
Compare Source
impl Provider for anyhow::Error
v1.0.64
Compare Source
#[source] anyhow::Error
with thiserror crate (#231)v1.0.63
Compare Source
v1.0.62
Compare Source
cargo
invocations with IDE builds (#261)v1.0.61
Compare Source
v1.0.60
Compare Source
--target
to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59
Compare Source
no-std
categoryv1.0.58
Compare Source
v1.0.57
Compare Source
log4rs
-specific workaround frombail!
macro implementationv1.0.56
Compare Source
must_use
warning when an Error created byanyhow!
is not used, perhaps because the programmer meant to writebail!
instead (#229)v1.0.55
Compare Source
v1.0.54
Compare Source
ensure!
when the expression involves a negative literal const generic as the first generic argument of a method call (#224)v1.0.53
Compare Source
v1.0.52
Compare Source
v1.0.51
Compare Source
Ok
fnv1.0.50
Compare Source
ensure!
macro (#199, #200, #202, #203, #204, #205, #206)v1.0.49
Compare Source
anyhow::Ok(v)
equivalent toOk::<_, anyhow::Error>(v)
(#192)v1.0.48
Compare Source
Debug
rendering of lhs and rhs inensure!
messages (#193, #194, #195, #196, #197, #198)Example:
v1.0.47
Compare Source
v1.0.46
Compare Source
Support for implicit format args to match println and other std macros (https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html)
Detect missing fmt arguments at compile time:
anyhow!("{} not found")
(#55)Reduce occurrence of "future cannot be shared between threads safely" in async code using anyhow macros (#186)
v1.0.45
Compare Source
anyhow!
,ensure!
, orbail!
with format args and is built with#![no_std]
or#![no_implicit_prelude]
(#177)v1.0.44
Compare Source
v1.0.43
Compare Source
v1.0.42
Compare Source
v1.0.41
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.