database-reports
database-reports copied to clipboard
Bump the deps group across 1 directory with 7 updates
Bumps the deps group with 7 updates in the / directory:
Package | From | To |
---|---|---|
clap | 4.5.8 |
4.5.13 |
env_logger | 0.11.3 |
0.11.5 |
mysql_async | 0.34.1 |
0.34.2 |
regex | 1.10.5 |
1.10.6 |
serde | 1.0.204 |
1.0.208 |
tokio | 1.38.0 |
1.39.3 |
toml | 0.8.14 |
0.8.19 |
Updates clap
from 4.5.8 to 4.5.13
Release notes
Sourced from clap's releases.
v4.5.13
[4.5.13] - 2024-07-31
Fixes
- (derive) Improve error message when
#[flatten]
ing an optional#[group(skip)]
- (help) Properly wrap long subcommand descriptions in help
v4.5.12
[4.5.12] - 2024-07-31
v4.5.10
[4.5.10] - 2024-07-23
v4.5.9
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog
Sourced from clap's changelog.
[4.5.13] - 2024-07-31
Fixes
- (derive) Improve error message when
#[flatten]
ing an optional#[group(skip)]
- (help) Properly wrap long subcommand descriptions in help
[4.5.12] - 2024-07-31
[4.5.11] - 2024-07-25
[4.5.10] - 2024-07-23
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
- Additional commits viewable in compare view
Updates env_logger
from 0.11.3 to 0.11.5
Release notes
Sourced from env_logger's releases.
v0.11.5
[0.11.5] - 2024-07-25
v0.11.4
[0.11.4] - 2024-07-23
Commits
73bb418
chore: Release57f1bb7
chore: Releaseba2748f
chore: Release4dd976b
Merge pull request #324 from Maximkaaa/try_parse05aacb9
feat: Add Builder::try_parse methodfaf5b3e
chore: Tests forparse_spec
error messagesc42511c
refactor: Return errors fromparse_spec
0e25d9e
chore(deps): Update Rust Stable to v1.79 (#322)e1640c4
Merge pull request #320 from epage/templatef8acfee
chore: Update from _rust/main template- Additional commits viewable in compare view
Updates mysql_async
from 0.34.1 to 0.34.2
Release notes
Sourced from mysql_async's releases.
v0.34.2
What's Changed
- Add support to specify pre-resolved IP addresses for the connection & avoid a DNS lookup by
@rjobanp
in blackbeam/mysql_async#300- Compatibility with non-Unix and non-Windows platforms. by
@L-jasmine
in blackbeam/mysql_async#301- Replace lazy_static & once_cell with std::sync::OnceLock by
@serprex
in blackbeam/mysql_async#302- conn: handle initial error packet correctly by
@petrosagg
in blackbeam/mysql_async#307- Update dependencies by
@westy92
in blackbeam/mysql_async#313New Contributors
@L-jasmine
made their first contribution in blackbeam/mysql_async#301@serprex
made their first contribution in blackbeam/mysql_async#302@westy92
made their first contribution in blackbeam/mysql_async#313Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.34.1...v0.34.2
Commits
091286c
Bump micro version5bd5c1e
Remove explicit mio dependencye15a023
Merge pull request #313 from westy92/update-mioa16384f
Update dependencies.125aebe
Merge pull request #307 from petrosagg/initial-error-packet4bf929a
conn: handle initial error packet correctlyd596978
conn: add test for initial error packet handlinga475a5f
Merge pull request #302 from serprex/remove-lazy-static11a86f1
Replace once_cell with std::sync::OnceLockd34b756
Replace lazy_static with std::cell:OnceLock- Additional commits viewable in compare view
Updates regex
from 1.10.5 to 1.10.6
Changelog
Sourced from regex's changelog.
1.10.6 (2024-08-02)
This is a new patch release with a fix for the
unstable
crate feature that enablesstd::str::Pattern
trait integration.Bug fixes:
- [BUG #1219](rust-lang/regex#1219): Fix the
Pattern
trait implementation as a result of nightly API breakage.
Commits
Updates serde
from 1.0.204 to 1.0.208
Release notes
Sourced from serde's releases.
v1.0.208
v1.0.207
- Improve interactions between
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks@Mingun
)v1.0.206
v1.0.205
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit struct1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserialization- Additional commits viewable in compare view
Updates tokio
from 1.38.0 to 1.39.3
Release notes
Sourced from tokio's releases.
Tokio v1.39.3
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
Tokio v1.39.2
1.39.2 (July 27th, 2024)
This release fixes a regression where the
select!
macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)Tokio v1.39.1
1.39.1 (July 23rd, 2024)
This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
Tokio v1.39.0
1.39.0 (July 23rd, 2024)
- This release bumps the MSRV to 1.70. (#6645)
- This release upgrades to mio v1. (#6635)
- This release upgrades to windows-sys v0.52 (#6154)
Added
- io: implement
AsyncSeek
forEmpty
(#6663)- metrics: stabilize
num_alive_tasks
(#6619, #6667)- process: add
Command::as_std_mut
(#6608)- sync: add
watch::Sender::same_channel
(#6637)- sync: add
{Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}
(#6661)- sync: implement
Default
forwatch::Sender
(#6626)- task: implement
Clone
forAbortHandle
(#6621)- task: stabilize
consume_budget
(#6622)Changed
- io: improve panic message of
ReadBuf::put_slice()
(#6629)- io: read during write in
copy_bidirectional
andcopy
(#6532)- runtime: replace
num_cpus
withavailable_parallelism
(#6709)- task: avoid stack overflow when passing large future to
block_on
(#6692)- time: avoid traversing entries in the time wheel twice (#6584)
- time: support
IntoFuture
withtimeout
(#6666)- macros: support
IntoFuture
withjoin!
andselect!
(#6710)Fixed
... (truncated)
Commits
3d439ab
chore: prepare Tokio v1.39.3 (#6782)b2ea40b
net: add handling for abstract socket name (#6772)f602eae
chore: prepare Tokio v1.39.2 (#6730)438def7
macros: allow temporary lifetime extension in select (#6722)ee8d4d1
chore: fix ci failures (#6725)3297052
ci: test Quinn in CI (#6719)f8fe0ff
chore: prepare Tokio v1.39.1 (#6716)47210a8
time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1
chore: release Tokio v1.39.0 (#6711)- Additional commits viewable in compare view
Updates toml
from 0.8.14 to 0.8.19
Commits
afd3f1f
chore: Release5183e39
docs: Update changeloga7a9611
chore: Releasee1ce60c
docs: Update changelogd0f242b
Merge pull request #775 from epage/perfc7efee7
perf(parser): Resolve regression from stackoverflow protecta3ce25e
chore: Releasefdf8873
docs: Update changelog63376e0
Merge pull request #774 from epage/invalid57f7bb8
fix(parser): Resolve stackoverflow on lots of blank lines- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions