This is a maintenance release, mostly to get some dependency updates out, but
also with some fixes and changes that have piled up over a rather long time.
Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @weiznich)
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 backend group with 10 updates in the / directory:
0.1.80
0.1.81
4.5.7
4.5.9
0.13.4
0.14.0
0.33.3
0.38.0
1.0.203
1.0.204
1.0.118
1.0.120
1.0.61
1.0.62
1.9.1
1.10.0
1.0.0
1.0.1
1.3.1
1.4.1
Updates
async-trait
from 0.1.80 to 0.1.81Release notes
Sourced from async-trait's releases.
Commits
383f65f
Release 0.1.814ec740e
Merge pull request #273 from dtolnay/cloneimplsb6c6063
Ignore trivially_copy_pass_by_ref pedantic clippy lint315fd90
Turn off syn/clone-impls feature94a3165
Merge pull request #272 from klensy/syn-f2fac940
syn: remove derive feature4a00d73
Work around dead code warning in testdba15b5
Merge pull request #270 from dtolnay/objsafetyd28c95b
Former where_clauses_object_safety lint is now hard error78a5922
Fill in ignore reasons in all #[ignore] attributesUpdates
clap
from 4.5.7 to 4.5.9Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
43e7368
chore: Releasef00dafa
docs: Update changelogda1093a
Merge pull request #5574 from zanieb/zb/try-help-custom2eb842c
feat: Show user defined help flags in hintsb24deb1
test: Add coverage for help flag hints866d7d1
chore(deps): Update compatible (dev) (#5560)d14bbc9
Merge pull request #5567 from epage/c5448020
fix: Install shells for CI1c5a625
fix: Fix wrongcfg(linux)
2d2d1f4
chore: Bump completestUpdates
config
from 0.13.4 to 0.14.0Changelog
Sourced from config's changelog.
... (truncated)
Commits
0e4f072
Merge pull request #510 from matthiasbeyer/prepare-release-0.14.x4356c2f
Update version: 0.13.1 -> 0.14.06ad4609
Add changelog for 0.14.0c7ab1c3
Merge pull request #511 from matthiasbeyer/fix-cargo-check-external-types-nig...9c19a27
Fix: cargo-check-external-types must use nightly 2023-10-104457cff
Merge pull request #507 from matthiasbeyer/check-external-types52f5b80
Add CI check to enforce external types check1fe6bf7
Add allowed external types configb3bda2c
Merge pull request #503 from mehcode/dependabot/github_actions/actions/setup-...da6b4e2
Bump actions/setup-python from 4 to 5Updates
octocrab
from 0.33.3 to 0.38.0Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
7e280be
chore: release (#621)7a5c5a5
feat: Addgenerate_release_notes
: (#588)67c316f
Unify diff entry models (#624)505befe
Added tests for .delete_thread_subscriptions() (#620)926a509
Adding tests, and fixing missing error code. (#619)314618c
chore: release (#613)4f97859
Update graphql_client requirement from 0.13.0 to 0.14.0 (#617)d3c70a1
Added basic support for getting user profiles (#616)6004d50
fix!: ChangeRate::reset
tou64
(#615)131ddc0
docs: Update manual github app authentication example (#610)Updates
serde
from 1.0.203 to 1.0.204Release notes
Sourced from serde's releases.
Commits
18dcae0
Release 1.0.20458c307f
Alphabetize list of rustc-check-cfg8cc4809
Merge pull request #2769 from dtolnay/onunimpl1179158
Update ui test with diagnostic::on_unimplemented from PR 276791aa40e
Add ui test of unsatisfied serde trait bound595019e
Cut test_suite from workspace members in old toolchain CI jobsb0d7917
Pull in trybuild 'following types implement trait' fix8e6637a
Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented694fe05
Use the#[diagnostic::on_unimplemented]
attribute when possiblef3dfd2a
Suppress dead code warning in test of unit struct remote deriveUpdates
serde_json
from 1.0.118 to 1.0.120Release notes
Sourced from serde_json's releases.
Commits
bcedc3d
Release 1.0.120962c0fb
Merge pull request #1152 from cforycki/fix/index-map-minimal-version3480fed
fix: indexmap minimal version with Map::shift_insert()b48b9a3
Release 1.0.1198878cd7
Make shift_insert available for inlining like other Map methods352b7ab
Document the cfg required for Map::shift_insert to existc17e63f
Merge pull request #1149 from joshka/master309ef6b
Add Map::shift_insert()a9e089a
Merge pull request #1146 from haouvw/mastera83fe96
chore: remove repeat wordsUpdates
thiserror
from 1.0.61 to 1.0.62Release notes
Sourced from thiserror's releases.
Commits
0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
uuid
from 1.9.1 to 1.10.0Release notes
Sourced from uuid's releases.
Commits
4b4c590
Merge pull request #766 from uuid-rs/cargo/1.10.068eff32
Merge pull request #765 from uuid-rs/chore/time-fn-deprecations3d5384d
update docs and deprecation messages for timestamp fnsde50f20
renaming rfc4122 functions4a88417
prepare for 1.10.0 release66b4fce
Merge pull request #764 from Vrajs16/main8896e26
Use expr instead of ident09973d6
Added changes6edf3e8
Use const identifer in uuid macroUpdates
http-body
from 1.0.0 to 1.0.1Commits
69e80eb
v1.0.117451a8
update year of license482c349
http-body-util: v0.1.260c6383
refactor(ci): small refactoring (#113)23212f1
feat(util): add BodyDataStream (#117)fe8aa7e
refactor: replace deprecated std::u64 with primitive type6a85548
include license files in published crates46c54fb
chore(util): resolve duplicate importb5c769d
http-body-util: v0.1.176b19e6
perf: improve BufList::copy_to_bytes if len == remainingUpdates
hyper
from 1.3.1 to 1.4.1Release notes
Sourced from hyper's releases.
Changelog
Sourced from hyper's changelog.
Commits
4fda6b3
v1.4.18e5de1b
fix(http1): reject final chunked if missing 0fdc1916
v1.4.04ffaad5
feat(client): addSendRequest::try_send_request()
method (#3691)56c3cd5
feat(client): removeSend +Sync
bounds requirement ofhttp2::Connection
e...9580b35
feat(client): remove 'static lifetime bound on http1/2 client IO (#3667)3e435cf
docs(client): Include exec arg in client::conn::http2::handshake doc (#3694)111d038
docs(client): better describe Uri forms are sent as-isaa7ff60
docs(client): replace example on mod page with link to guide7cedc13
perf(client): create DispatchGone error only if neededDependabot 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