fix(deps): update all dependencies #98
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.97
->1.0.98
4.5.31
->4.5.40
0.28.0
->0.29.0
0.10.8
->0.10.9
0.8.3
->0.8.6
3.17.1
->3.20.0
0.8.20
->0.8.23
0.6.2
->0.6.6
1.15.1
->1.17.0
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)clap-rs/clap (clap)
v4.5.40
Compare Source
Features
arg!()
macro (e.g.arg!("check-config": ...)
)v4.5.39
Compare Source
Fixes
v4.5.38
Compare Source
Fixes
--
or-
v4.5.37
Compare Source
Features
ArgMatches::try_clear_id()
v4.5.36
Compare Source
Fixes
v4.5.35
Compare Source
Fixes
help_heading
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
RustCrypto/hashes (sha2)
v0.10.9
Compare Source
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
.Stebalien/tempfile (tempfile)
v3.20.0
Compare Source
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
Builder::keep(bool)
(via deprecation) toBuilder::disable_cleanup(bool)
to make it clear that behaves differently fromNamedTempFile::keep()
. The former disables automatic cleanup while the latter consumes theNamedTempFile
object entirely and unsets the "temporary file" attribute (on Windows).TempDir::into_path
(via deprecation) toTempDir::keep
to mirrorNamedTempFile::keep
.TempDir::disable_cleanup
,NamedTempFile::disable_cleanup
, andTempPath::disable_cleanup
making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to callingBuilder::disable_cleanup
before creating the file/directory).Additionally, it adds a few spooled temporary file features:
SpooledTempFile::into_file
for turning aSpooledTempFile
into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.spooled_tempfile_in
andSpooledTempFile::new_in
methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.
BREAKING for those with
deny(warnings)
:Builder::keep
deprecated in favor ofBuilder::disable_cleanup
.TempDir::into_path
is deprecated in favor ofTempDir::keep
.BREAKING:
v3.19.1
Compare Source
v3.19.0
Compare Source
cfg-if
. It's still in the tree, but we didn't really need to use it in this crate.unstable-windows-keep-open-tempfile
) to test a potential fix to #339.v3.18.0
Compare Source
rustix
to 1.0.0.NamedTempFile::persist_noclobber
atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).toml-rs/toml (toml)
v0.8.23
Compare Source
v0.8.22
Compare Source
v0.8.21
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.
8b1599309f
toe5e772bb06
e5e772bb06
to143c0e54d2
143c0e54d2
to90461827b4
90461827b4
to64b3463539
64b3463539
toade121ca64
ade121ca64
to5cd2562d37
5cd2562d37
to9ce098643b
9ce098643b
tof6e00a8636
f6e00a8636
to8249399c48
8249399c48
to9b25f75ed4
9b25f75ed4
to31dde18381
31dde18381
toc6da4adfd0
c6da4adfd0
to6a7e4a5566
6a7e4a5566
to62d747463f
62d747463f
to4b606f49f5
4b606f49f5
to4cb39f0c6e
4cb39f0c6e
tof347ddd2c2
f347ddd2c2
to3cae5471d4
3cae5471d4
to329807886e
329807886e
to97aefb051e
97aefb051e
to32891fbeea
32891fbeea
tofdf84351f9
fdf84351f9
tod488abdfca
d488abdfca
toc4d502d7b8
c4d502d7b8
to4f990c8e06
4f990c8e06
to3712845744
3712845744
to407b029e2d
407b029e2d
toa32dcd5bd3
a32dcd5bd3
to88faae82bc
88faae82bc
tobde968f1dd
bde968f1dd
to8fda109337
8fda109337
tofb9f548173
fb9f548173
toede93c76ba
ede93c76ba
to8603ca0a99
8603ca0a99
toc039261beb
c039261beb
to5dd23f9428
5dd23f9428
to253ccfe730
253ccfe730
toc896900d78
c896900d78
tob7136e07cc
b7136e07cc
tobb185b833d
bb185b833d
to40404d3fbc
40404d3fbc
to9df247026f
9df247026f
to3d8f40d1f5
3d8f40d1f5
to19afa0a30c
19afa0a30c
to14b5b7d87d
14b5b7d87d
to1fa6a1f4ba
1fa6a1f4ba
to64b0e44fec
64b0e44fec
to45310283ab
45310283ab
to8af43982dc
8af43982dc
tocad7380ab3
cad7380ab3
to7b47aae649
7b47aae649
tob5bf80c1dc
b5bf80c1dc
toddd1f6d560
ddd1f6d560
toee0efb017f
ee0efb017f
to905acd9c54
905acd9c54
to6590e5421c
6590e5421c
to7f3efe4b79
7f3efe4b79
to5d5e4ef2f3
5d5e4ef2f3
toe4115e149a
e4115e149a
to1d1cc539a0
1d1cc539a0
to48de20fa61
48de20fa61
to80e83a55f6
80e83a55f6
to1493acae83
1493acae83
to32fbd00968
32fbd00968
tod80d467bde
d80d467bde
to02ace1c921
02ace1c921
to3cf107f36e
3cf107f36e
to3598a937c4
3598a937c4
to562d05e88b
562d05e88b
to8d95752b53
8d95752b53
to61f39c0c03
61f39c0c03
to3d727a8d95
3d727a8d95
todb1398a4d9
db1398a4d9
to2b8e34b76e
2b8e34b76e
to245fc52b01
245fc52b01
tob351fd8cf5
b351fd8cf5
to4ea16626bf
4ea16626bf
to8e495eec29
8e495eec29
tofd5e717809
fd5e717809
to1e5130d9a4
1e5130d9a4
to0ddbf3f8c4
0ddbf3f8c4
to07be893941
07be893941
to4bdf831292
4bdf831292
toda441694db
da441694db
to4fd1148939
4fd1148939
to975237877e
975237877e
to168d0cd5b1
168d0cd5b1
toff5a33a835
ff5a33a835
to7b63eacc04
7b63eacc04
to482c66ee2a
482c66ee2a
toff89418105
ff89418105
to5e29326e86
5e29326e86
to23f80c368a
23f80c368a
to26eb4c45f6
26eb4c45f6
to46def470b0
46def470b0
to9e51a060bf
9e51a060bf
to80ec419f0e
80ec419f0e
to9e04efe162
9e04efe162
to35703cc8f1
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: Cargo.lock
Checkout
From your project repository, check out a new branch and test the changes.