fix(deps): update all dependencies #60
Loading…
x
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.96
->1.0.98
7.0.15
->7.0.17
0.8.3
->0.8.6
1.43.0
->1.45.1
0.6.2
->0.6.6
1.15.1
->1.17.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.98
Compare Source
self.into_boxed_dyn_error()
andself.reallocate_into_boxed_dyn_error_without_backtrace()
methods for anyhow::Error (#415)v1.0.97
Compare Source
async-graphql/async-graphql (async-graphql)
v7.0.17
1.86.0
v7.0.16
__typename
always returnednull
when introspection was disabled.1.83.0
launchbadge/sqlx (sqlx)
v0.8.6
Compare Source
9 pull requests were merged this release cycle.
Added
Changed
tempfile
dependency [[@paolobarbolini]]Fixed
attrubute
typo in doc [[@kujeger]]v0.8.5
Hotfix release to address two new issues:
sqlx-cli@0.8.4
broke.env
default resolution mechanismsqlx@0.8.4
broke test fixture setupThe
0.8.4
release will be yanked as of publishing this one.Added
sqlx-cli
now accepts--no-dotenv
in subcommand arguments.sqlx-cli
to CI.#[sqlx::test]
twice in CI to cover cleanup.Fixed
sqlx-cli
correctly reads.env
files by default again.#[sqlx::test]
.v0.8.4
50 pull requests were merged this release cycle.
Added
push_values
is passed an empty set of tuples [[@chanmaoganda]]transaction_depth
throughget_transaction_depth()
method [[@mpyw]]Connection::is_in_transaction
in [#3765]begin_with
methods to support database-specific transaction options [[@bonsairobo]]Changed
#[track_caller]
toRow::get()
[[@karambarakat]]futures-core
/futures-util
APIs withstd
variants [[@paolobarbolini]]Fixed
SQLITE_OPEN_URI
on in-memory sqlite [[@LecrisUT]]PgCopyIn
[[@joeydewaal]]CARGO_MANIFEST_DIR
[[@joeydewaal]]limit: 0
for allExecute
messagesCertificateInput::from
infer any PEM-encoded documentPGSSLKEY
not being parsed correctly when containing a PEM-encoded private key.PgConnectOptions
PGHOSTADDR
now can be used to overridePGHOST
.tokio-rs/tokio (tokio)
v1.45.1
: Tokio v1.45.1Compare Source
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to
Instant::now()
started failing. This is due to the stabilization of the first time-based metric.Fixed
v1.45.0
: Tokio v1.45.0Compare Source
Added
worker_total_busy_duration
,worker_park_count
, andworker_unpark_count
(#6899, #7276)Command::spawn_with
(#7249)Changed
Unpin
for some trait impls (#7204)runtime::Handle
as unwind safe (#7230)Unstable
v1.44.2
: Tokio v1.44.2Compare Source
This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are
Send
but!Sync
. Previously, the channel calledclone()
on these values without synchronizing. This release fixes the channelby synchronizing calls to
.clone()
(Thanks Austin Bonander for finding andreporting the issue).
Fixed
clone()
call in broadcast channel (#7232)v1.44.1
: Tokio v1.44.1Compare Source
1.44.1 (March 13th, 2025)
Fixed
block_in_place
context (#7216)v1.44.0
: Tokio v1.44.0Compare Source
1.44.0 (March 7th, 2025)
This release changes the
from_std
method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #7172.Added
task::coop
module (#7116)Command::get_kill_on_drop()
(#7086)broadcast::Sender::closed
(#6685, #7090)broadcast::WeakSender
(#7100)oneshot::Receiver::is_empty()
(#7153)oneshot::Receiver::is_terminated()
(#7152)Fixed
File
should not start a background read (#7139)start_kill
on exited child should not fail (#7160)CTRL_CLOSE
,CTRL_LOGOFF
,CTRL_SHUTDOWN
on windows (#7122)Changes
select!
budget-aware (#7164)from_std
(#7166)Changes to unstable APIs
Documented
select!
alternatives (#7110)send_to
(#7146)Child
stdout (#7141)Child::kill
behavior (#7162)ChildStdin
struct doc comment (#7192)worker_threads
instead ofcore_threads
(#7186)v1.43.1
Compare Source
tower-rs/tower-http (tower-http)
v0.6.6
Compare Source
Fixed
New Contributors
Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.5...tower-http-0.6.6
v0.6.5
Compare Source
Added
append_trailing_slash()
mode (#547)Fixed
vary: accept-encoding
if already set (#572)New Contributors
Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.4...tower-http-0.6.5
v0.6.4
: tower-http 0.6.4Compare Source
Added
ServiceExt
trait for chaining layers onto an arbitrary http service justlike
ServiceBuilderExt
allows forServiceBuilder
(#563)Fixed
S::Error
forService
impls ofRequestBodyTimeout<S>
andResponseBodyTimeout<S>
(#533)is_end_stream
(#535)fs::ServeDir
(#553)content-lenght
of 1 in response to range requests to emptyfiles (#556)
AsyncRequireAuthorization
, use the original inner service after it isready, instead of using a clone (#561)
v0.6.3
: tower-http 0.6.3Compare Source
This release was yanked because its definition of
ServiceExt
was quite unhelpful, in a way that's very unlikely that anybody would start depending on within the small timeframe before this was yanked, but that was technically breaking to change.uuid-rs/uuid (uuid)
v1.17.0
Compare Source
What's Changed
wasm32v1-none
Support by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/828New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0
v1.16.0
Compare Source
What's Changed
Uuid::new_v8
const by @tguichaoua in https://github.com/uuid-rs/uuid/pull/815New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
6c958db57b
to8ecf9fadf4
fix(deps): update rust crate anyhow to v1.0.97to fix(deps): update all dependencies8ecf9fadf4
toe1ce9ae926
e1ce9ae926
tof6e947294d
f6e947294d
toe6bfc05852
e6bfc05852
to7861f101ce
7861f101ce
to5e734934ba
5e734934ba
to11f7de28e6
11f7de28e6
toe1272d5f6f
e1272d5f6f
toed67c8a015
ed67c8a015
toae66821850
ae66821850
to6b85230515
6b85230515
to0a0b444b61
0a0b444b61
to68518e253a
68518e253a
toaa2d3f68ff
Checkout
From your project repository, check out a new branch and test the changes.