Bump the production-dependencies group across 1 directory with 10 updates #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 10 updates in the / directory:
1.6.0
1.7.1
4.5.8
4.5.16
0.13.0
0.13.1
0.13.0
0.13.1
1.0.61
1.0.63
0.13.0
0.13.1
3.10.1
3.12.0
1.0.120
1.0.127
0.12.0
0.12.1
0.14.0
0.14.1
Updates
bytes
from 1.6.0 to 1.7.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
dc4fb3e
chore: prepare bytes v1.7.1 (#727)f488be4
Revert "Reuse capacity when possible in <BytesMut as Buf>::advance impl" (#726)03fdde9
chore: prepare v1.7.0 (#724)f8c7b57
Merge 'v1.6.1' into 'master' (#721)fd13c7d
chore: prepare bytes v1.6.1 (#720)6b4b0ed
FixBytes::is_unique
when created from sharedBytesMut
(#718)9965a04
Remove unnecessary file (#719)3443ca5
docs: clarify the behavior ofBuf::chunk
(#717)8cc9407
Allow reclaiming the current allocation (#686)7a5154b
Clarify howBytesMut::zeroed
works and advantages to manual impl (#714)Updates
clap
from 4.5.8 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commands050b6c5
chore: Release5e61bd4
docs: Update changelog6f88091
Merge pull request #5671 from epage/envc402ec6
feat(complete): Env hook for dynamic completions6288e11
test(complete): Specialize tests84cfd92
Merge pull request #5667 from a-kenji/fix-typo70d8334
Merge pull request #5669 from epage/reorgcddbb56
fix(complete): Correct version checkUpdates
prost
from 0.13.0 to 0.13.1Changelog
Sourced from prost's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
prost-types
from 0.13.0 to 0.13.1Changelog
Sourced from prost-types's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
thiserror
from 1.0.61 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
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
prost-build
from 0.13.0 to 0.13.1Changelog
Sourced from prost-build's changelog.
Commits
f19104a
chore: prepare 0.13.1 release (#1099)26463f4
fix: Enum variant namedError
causes ambiguous item (#1098)Updates
tempfile
from 3.10.1 to 3.12.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
serde_json
from 1.0.120 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
tonic-build
from 0.12.0 to 0.12.1Release notes
Sourced from tonic-build's releases.
Changelog
Sourced from tonic-build's changelog.
Commits
e0b6caf
chore: release v0.12.1 (#1806)aa57ffe
tonic-reflection: Restructure crate to prep reintroducing v1alpha (#1802)ad1a95d
chore(server): Remove unnecessary trait bound from ServerIo::connect_info (#1...b6ad603
chore(server): Remove unnecessary bound from TlsAcceptor::accept (#1799)539d6f7
chore(channel): Remove duplicate heap pin (#1798)4aad5af
fixed hello world and route guide tutorials (#1791)dd313db
chore(codec): Remove redundant trim (#1797)819c390
chore(server): Remove unnecessary Connected trait bound (#1796)90356f6
chore: Reduce tokio-stream feature (#1795)b2e5665
chore(examples): Remove clone on copy value (#1794)Updates
logos
from 0.14.0 to 0.14.1Release notes
Sourced from logos's releases.
Commits
feb8406
fix(docs): change old 0.14.0 (#410)976b2a4
chore(version): bump logos version to 0.14.1 (#409)8a7d7f7
refactor: don't use deprecated max_value() method (#404)2088598
chore: drop python linting frmo pre-commit-config (#403)640882a
chore(docs): Adds graph debug documentation to book (#379)7b1539b
fix(docs): typo (#396)3878dbb
chore(lib): remove error branch from LUT if it is unreachable (#386)cbd6218
fix(lib): correctly handle miss for loop in loop (#393)0bcfb6a
fix(lib):Lexer::clone
leak and UB + tests (#390)142788e
chore(deps): bump peaceiris/actions-mdbook from 1 to 2 (#387)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