chore(deps): update all dependencies #38
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.86
->1.0.93
2.7
->2.9
4.5.8
->4.5.21
2.4.0
->2.7.0
0.6.8
->0.6.10
1.4.0
->1.4.1
1.10.5
->1.11.1
0.12.5
->0.12.9
0.22.14
->0.22.22
2.5.2
->2.5.3
0.8.0
->0.9.0
Release Notes
dtolnay/anyhow (anyhow)
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)clap-rs/clap (clap)
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
orhun/git-cliff (git-cliff-core)
v2.7.0
Compare Source
⛰️ Features
🐛 Bug Fixes
--latest
is used with one tag (#901) - (508a97e)📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
v2.6.1
Compare Source
🐛 Bug Fixes
--use-branch-tags
flag to TS options (#874) - (e21fb1d)📚 Documentation
⚙️ Miscellaneous Tasks
v2.6.0
Compare Source
⛰️ Features
remote
to commit and deprecate fields (#822) - (87e2c1d)skipCommit
to take an array of values - (a6e3b78)🐛 Bug Fixes
--bumped-version
is used (#855) - (8bebbf9)--from-context
(#820) - (ff72406)raw
/endraw
in Jinja (#824) - (63bf5b7)🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
v2.5.0
Compare Source
⛰️ Features
--gitlab-repo
(#807) - (6fbfdb5)🐛 Bug Fixes
--bumped-version
without conventional commits (#806) - (e74080c)🚜 Refactor
📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks
taiki-e/parse-changelog (parse-changelog)
v0.6.10
Compare Source
serde
(supported via optional feature) to 1.0.0.v0.6.9
Compare Source
Performance improvements. (#37)
Remove dependency on
serde_derive
(previously used inserde
feature and CLI).Documentation improvements.
CLI
Distribute prebuilt binaries for x86_64 FreeBSD and illumos.
Diagnostic improvements.
Disable quick-install fallback of cargo-binstall.
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1
Compare Source
Fixed
Internal
yansi
version to1.x
. Thanks to @SergioBenitez for the update, and maintaining this library! (#121)rust-lang/regex (regex)
v1.11.1
Compare Source
===================
This is a new patch release of
regex
that fixes compilation on nightlyRust when the unstable
pattern
crate feature is enabled. Users on nightlyRust without this feature enabled are unaffected.
Bug fixes:
Fix the
Pattern
trait implementation as a result of nightly API breakage.v1.11.0
Compare Source
===================
This is a new minor release of
regex
that brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regex
internally to the version 16 release.New features:
Add new
regex::SetMatches::matched_all
method.Update to Unicode Character Database (UCD) version 16.
v1.10.6
Compare Source
===================
This is a new patch release with a fix for the
unstable
crate feature thatenables
std::str::Pattern
trait integration.Bug fixes:
Fix the
Pattern
trait implementation as a result of nightly API breakage.seanmonstar/reqwest (reqwest)
v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.v0.12.7
Compare Source
impl Service<http::Request<_>>
forClient
.v0.12.6
Compare Source
danger_accept_invalid_hostnames
forrustls
.impl Service<http::Request<Body>>
forClient
and&'_ Client
.!Sync
bodies inBody::wrap_stream()
.hickory-dns
is used.Proxy
so thatHTTP(S)_PROXY
values take precendence overALL_PROXY
.blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.toml-rs/toml (toml_edit)
v0.22.22
Compare Source
v0.22.21
Compare Source
v0.22.20
Compare Source
v0.22.19
Compare Source
v0.22.18
Compare Source
v0.22.17
Compare Source
v0.22.16
Compare Source
v0.22.15
Compare Source
servo/rust-url (url)
v2.5.3
Compare Source
What's Changed
no_std
support for theurl
crate by @domenukk in https://github.com/servo/rust-url/pull/831wasm32-wasip2
on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983New Contributors
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3
Ethiraric/yaml-rust2 (yaml-rust2)
v0.9.0
Compare Source
Breaking Changes
Since
hashlink
is exposed (throughYaml::Hash
) and has been updated from0.8.4 to 0.9.1, the new version of
yaml-rust2
will not link properly if youexplicitly rely on
hashlink v0.8
.Existing code with v0.8.4 should still compile fine in v0.9.1 (see
hashlink's v0.9.0
changelog).
Bug fixes
Parse empty scalars as
""
instead of"~"
.Features
Yaml::is_hash
.Index
andIntoIterator
implementations forYaml
to better explain their quirks and design decisions.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.
fa21e36032
tof701610f61
chore(deps): update rust crate anyhow to 1.0.82to chore(deps): update all dependenciesf701610f61
to0e97ab798d
0e97ab798d
tocd5a948cd0
cd5a948cd0
to7264e14bca
7264e14bca
toe5682dccf6
e5682dccf6
to3b448b636d
3b448b636d
to53b7fa38e9
53b7fa38e9
toa648958985
a648958985
to5f59162a1e
5f59162a1e
to28d9fa3886
28d9fa3886
to5d6ff6efad
5d6ff6efad
to40e7514522
40e7514522
to4bfc5083f3
4bfc5083f3
tod427a0eb15
d427a0eb15
to3746435011
3746435011
tod254202bcf
d254202bcf
to9f6871f545
chore(deps): update all dependenciesto chore(deps): update caddy docker tag to v2.89f6871f545
to1a6a0da99a
chore(deps): update caddy docker tag to v2.8to chore(deps): update all dependencies1a6a0da99a
to5368bbee72
5368bbee72
to23a7494f8b
23a7494f8b
to59cfd45d48
59cfd45d48
to8da874cbcf
8da874cbcf
to4f1e636bc4
4f1e636bc4
to36f12e2da9
36f12e2da9
tobbc0239859
bbc0239859
tod4be981940
d4be981940
tof64fe7a264
f64fe7a264
tof334e537fa
f334e537fa
to023ca7f4a3
023ca7f4a3
todeb2bfce75
deb2bfce75
to8f67527abb
8f67527abb
to04722d54e0
04722d54e0
to0785a36456
0785a36456
to2923b1d2c8
2923b1d2c8
toffd2680257
ffd2680257
to775fa54b40
775fa54b40
toc70d30dc43
c70d30dc43
tobdf58ce04e
bdf58ce04e
toceb87cf635
ceb87cf635
toc1f5d142d9
c1f5d142d9
toaea238634b
aea238634b
to2da4bf521f
2da4bf521f
to701044429c
701044429c
tod971d0d36c
d971d0d36c
tocb72699b75
cb72699b75
tof96c127afa
f96c127afa
toadc24725e6
adc24725e6
to010d47b8a8
010d47b8a8
tobbe7e658a4
bbe7e658a4
to1bc6c55d66
1bc6c55d66
to1329959da6
1329959da6
toaf16b188a4
af16b188a4
to3c451607b8
3c451607b8
tof2056edd5c
f2056edd5c
to4dda3218de
4dda3218de
toc902662371
c902662371
to5b0ecec6a8
5b0ecec6a8
tocbcb19b830
cbcb19b830
to728d160356
728d160356
to4c1cbcd43b
4c1cbcd43b
tob852d5ac19
b852d5ac19
to18415c4c06
18415c4c06
to57dddc64e9
57dddc64e9
to62b673c0d0
62b673c0d0
to2aad746b46
Checkout
From your project repository, check out a new branch and test the changes.