-
Notifications
You must be signed in to change notification settings - Fork 105
chore(deps): Update compatible #1252
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/compatible
base: master
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.
Open
Conversation
This file contains hidden or 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
224bafc
to
14755e7
Compare
71291b4
to
3ac699a
Compare
3ac699a
to
f3376b8
Compare
424a6bb
to
e3e4796
Compare
e3e4796
to
d464a33
Compare
2736713
to
a936d09
Compare
aee6d60
to
3330009
Compare
bcc351f
to
8700679
Compare
4ec98e4
to
bb1c1e2
Compare
0165a5d
to
e1cc86e
Compare
df11c1c
to
c5df354
Compare
c5df354
to
a4a14db
Compare
a4a14db
to
ec80ef6
Compare
|
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.6.19
->0.6.20
1.0.11
->1.0.13
1.0.98
->1.0.100
0.4.41
->0.4.42
4.5.40
->4.5.48
3.0.3
->3.0.4
0.26.9
->0.26.11
0.26.9
->0.26.11
0.26.9
->0.26.11
0.4.27
->0.4.28
8.0.0
->8.2.0
1.11.1
->1.11.3
1.0.219
->1.0.228
1.0.140
->1.0.145
5.2.0
->5.3.0
3.20.0
->3.23.0
0.3.41
->0.3.44
0.9.1
->0.9.7
Release Notes
rust-cli/anstyle (anstream)
v0.6.20
Compare Source
dtolnay/anyhow (anyhow)
v1.0.100
Compare Source
bail!
,ensure!
,anyhow!
(#426)v1.0.99
Compare Source
chronotope/chrono (chrono)
v0.4.42
: 0.4.42Compare Source
What's Changed
wasm32-linux
support by @arjunr2 in #1707tzdata
parsing by @ldm0 in #1679?Sized
bound to related methods ofDelayedFormat::write_to
by @Huliiiiii in #1721from_timestamp_secs
method toDateTime
by @jasonaowen in #1719clap-rs/clap (clap)
v4.5.48
Compare Source
Documentation
typed_derive
cookbook entryv4.5.47
Compare Source
Features
impl FromArgMatches for ()
impl Args for ()
impl Subcommand for ()
impl FromArgMatches for Infallible
impl Subcommand for Infallible
Fixes
clap
v4.5.46
Compare Source
Features
StyledStr::push_str
v4.5.45
Compare Source
Fixes
ValueEnum
variants now use the full doc comment, not summary, forPossibleValue::help
v4.5.44
Compare Source
Features
Command::mut_subcommands
v4.5.43
Compare Source
Fixes
v4.5.42
Compare Source
Fixes
--help
v4.5.41
Compare Source
Features
Styles::context
andStyles::context_value
to customize the styling of[default: value]
like notes in the--help
clap-rs/clap-verbosity-flag (clap-verbosity-flag)
v3.0.4
Compare Source
Features
serde
feature for when mixing CLI and configVerbosity
andVerbosityFilter
cobalt-org/liquid-rust (liquid)
v0.26.11
Compare Source
Features
v0.26.10
Compare Source
Internal
rust-lang/log (log)
v0.4.28
Compare Source
notify-rs/notify (notify)
v8.2.0
Compare Source
max_user_watches
has been reached #698INotifyWatcher
ignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW
) #700v8.1.0
Compare Source
flume
cratePathNotFound
instead bubbling up the std::io error [#685]rust-lang/regex (regex)
v1.11.3
Compare Source
===================
This is a small patch release with an improvement in memory usage in some
cases.
Improvements:
Improve memory usage by trimming excess memory capacity in some spots.
v1.11.2
Compare Source
===================
This is a new patch release of
regex
with some minor fixes. A larger numberof typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock
.Improvements:
Switch recommendation from
once_cell
tostd::sync::LazyLock
.Add
DFA::set_prefilter
toregex-automata
.Bug fixes:
Remove
std
dependency fromperf-literal-multisubstring
crate feature.Clarify the meaning of
(?R)$
in the documentation.Remove
fuzz/
andrecord/
directories from published crate on crates.io.serde-rs/serde (serde)
v1.0.228
Compare Source
RUSTDOCFLAGS='--cfg=docsrs'
set for the whole dependency graph (#2995)v1.0.227
Compare Source
v1.0.226
Compare Source
v1.0.225
Compare Source
v1.0.224
Compare Source
v1.0.223
Compare Source
v1.0.222
Compare Source
serialize_with
attribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221
Compare Source
serde_if_integer128!
macro (#2975)v1.0.220
Compare Source
serde-rs/json (serde_json)
v1.0.145
Compare Source
v1.0.144
Compare Source
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
trishume/syntect (syntect)
v5.3.0
Compare Source
Improvements
HighlightLines::from_state()
constructor [#569]Fixes
Dependencies
bitflags
with a manual implementation [#590]public-api
to work with new lockfile versions [#591]thiserror
to v2 [#594]fancy-regex
to0.16.2
[#596]rust_onig
version to avoid build failures on newer GCC versions [#584]Stebalien/tempfile (tempfile)
v3.23.0
Compare Source
v3.22.0
Compare Source
windows-sys
requirement to allow version 0.61.xunstable-windows-keep-open-tempfile
feature.v3.21.0
Compare Source
windows-sys
requirement to allow version 0.60.xtime-rs/time (time)
v0.3.44
Compare Source
Fixed
PrimitiveDateTime
,UtcDateTime
, andOffsetDateTime
with differing signs (i.e.one negative and one positive year) would return the inverse result of what was expected. This was
introduced in v0.3.42 and has been fixed.
wasm-bindgen
enabledserde_json
.This has been fixed by explicitly specifying the type in the relevant locations.
v0.3.43
Compare Source
Added
rand
0.9Fixed
convert
module, any use ofper
with types that were not the same (such asNanosecond::per(Second)
) would not compile due to a bug. This has been fixed.v0.3.42
Compare Source
Added
Time::duration_until
Time::duration_since
per_t
method for all types intime::convert
. This is similar to the existingper
method, butcan return any of the primitive numeric types that can represent the result. This will cut down on
as
casts while ensuring correctness. Type inference isn't perfect, so you may need to provide atype annotation in some situations.
impl PartialOrd for Month
andimpl Ord for Month
; this assumes the months are in the same yearSystemTimeExt
trait, adding methods for checked arithmetic withtime::Duration
and obtainingthe difference between two
SystemTime
s as atime::Duration
UtcDateTime
withrand
(this was inadvertently omitted previously)impl core::error::Error
for all error types (now available when thestd
feature is disabled)thread-safe.
#[track_caller]
has been added to all relevant methods.Changed
itoa
has been removed, as the standard library now has similar functionalityby default.
deterministic, avoiding any subtle differences between platforms or compiler versions.
Fixed
Previously, it could be off by one nanosecond due to floating point imprecision.
OffsetDateTime::to_offset
andUtcDateTime::to_offset
has beenfixed. The bug could result in a value that was invalid. It was unlikely to ever occur in
real-world code, as it involved passing a UTC offset that has never been used in any location.
Miscellaneous
typical use cases of
format_description!
.Time
,PrimitiveDateTime
,UtcDateTime
, andOffsetDateTime
. The first three have gains of approximately 85% (i.e. 6× faster).#[inline]
.toml-rs/toml (toml)
v0.9.7
Compare Source
v0.9.6
Compare Source
v0.9.5
Compare Source
v0.9.4
Compare Source
v0.9.3
Compare Source
v0.9.2
Compare Source
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.