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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dep-updates group with 11 updates in the / directory:
0.1.81
0.1.82
2.4.0
2.5.0
0.13.1
0.13.2
0.13.1
0.13.2
1.0.127
1.0.128
0.31.3
0.31.4
0.7.11
0.7.12
4.5.16
4.5.17
0.14.0
0.14.1
1.39.3
1.40.0
0.1.15
0.1.16
Updates
async-trait
from 0.1.81 to 0.1.82Release notes
Sourced from async-trait's releases.
Commits
f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-1182c62cd
Update ui test suite to nightly-2024-07-25370ee12
Update ui test suite to nightly-2024-07-20Updates
indexmap
from 2.4.0 to 2.5.0Changelog
Sourced from indexmap's changelog.
Commits
48ed490
Release 2.5.0139d7ad
Merge pull request #340 from cuviper/insert-bounds1d9b5e3
Add doc examples forinsert_before
andshift_insert
8ca01b0
Useinsert_before
for "new" entries ininsert_sorted
7224def
Addinsert_before
as an alternate toshift_insert
0247a15
Document and assert index bounds inshift_insert
922c6ad
Update the CI badgee482e17
Merge pull request #342 from cuviper/btree-likeb63e4a1
Merge pull request #341 from cuviper/from-entry264e5b7
Add doc aliases likeBTreeMap
/BTreeSet
Updates
prost
from 0.13.1 to 0.13.2Changelog
Sourced from prost's changelog.
... (truncated)
Commits
57e7942
chore: Release version 0.13.2 (#1139)8424775
build(protobuf): Use cratecmake
(#1137)21208ab
build(deps): bump model-checking/kani-github-action from 0.32 to 1.1 (#1125)0c79864
tests(fuzz): Addparse_duration
fuzzing target (#1129)52046b9
tests: Change some proptest to kani proofs (#1133)ee59dd5
tests: Fix build without std (#1134)e773f5f
feat(prost-build): Add protoc executable path to Config (#1126)753bd92
ci(clippy): Update to cargo clippy version 1.80 (#1128)df3e58e
tests(fuzz): Addparse_date
fuzzing target (#1127)409b932
style: Remove needless borrow (#1122)Updates
prost-types
from 0.13.1 to 0.13.2Changelog
Sourced from prost-types's changelog.
... (truncated)
Commits
57e7942
chore: Release version 0.13.2 (#1139)8424775
build(protobuf): Use cratecmake
(#1137)21208ab
build(deps): bump model-checking/kani-github-action from 0.32 to 1.1 (#1125)0c79864
tests(fuzz): Addparse_duration
fuzzing target (#1129)52046b9
tests: Change some proptest to kani proofs (#1133)ee59dd5
tests: Fix build without std (#1134)e773f5f
feat(prost-build): Add protoc executable path to Config (#1126)753bd92
ci(clippy): Update to cargo clippy version 1.80 (#1128)df3e58e
tests(fuzz): Addparse_date
fuzzing target (#1127)409b932
style: Remove needless borrow (#1122)Updates
serde_json
from 1.0.127 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failuresUpdates
sysinfo
from 0.31.3 to 0.31.4Changelog
Sourced from sysinfo's changelog.
Commits
993f8e3
Merge pull request #1345 from GuillaumeGomez/update01df96d
Update crate version to 0.31.48205af5
Update CHANGELOG for 0.31.497267b1
Merge pull request #1344 from complexspaces/pool-apple-disk-refreshing5f78295
Wrap Apple disk refreshing in autorelease pool to avoid system cachingUpdates
tokio-util
from 0.7.11 to 0.7.12Commits
35f244a
chore: prepare tokio-util v0.7.12 (#6823)1166ecc
config: enable full for tokio-util in the playground (#6818)27539ae
runtime: fix race in yield_defers_until_park test (#6809)ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)Updates
clap
from 4.5.16 to 4.5.17Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6013ad4
chore: Releasef98e3ee
docs: Update changelogaddec17
Merge pull request #5681 from epage/static3c69aaa
docs(complete): Add stdout warning to enve46263a
docs(complete): Redistribute dynamic's documentationde723aa
fix(complete)!: Flatten in prep for stabilization6727c15
fix(complete): Section off existing completions6842ed9
refactor(complete): Remove low-value w macro17d6d24
Merge pull request #5680 from epage/unstable23fb056
Merge pull request #5679 from epage/apiUpdates
prost-reflect
from 0.14.0 to 0.14.1Changelog
Sourced from prost-reflect's changelog.
Commits
4c8c56b
(cargo-release) prost-reflect version 0.14.13ed74e9
Update changelog07dd3e5
check for namespace shadowing (#126)4a6dd64
Update protoxUpdates
tokio
from 1.39.3 to 1.40.0Release notes
Sourced from tokio's releases.
Commits
ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)Updates
tokio-stream
from 0.1.15 to 0.1.16Commits
4ed0fa2
chore: prepare tokio-stream v0.1.16 (#6825)12b2567
chore: usepoll_fn
from std (#6810)35f244a
chore: prepare tokio-util v0.7.12 (#6823)1166ecc
config: enable full for tokio-util in the playground (#6818)27539ae
runtime: fix race in yield_defers_until_park test (#6809)ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)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