Bump the production-dependencies group across 1 directory with 9 updates #61
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 9 updates in the / directory:
1.5.0
1.6.0
4.5.2
4.5.4
0.12.3
0.12.4
0.12.3
0.12.4
1.0.57
1.0.60
1.36.1
1.38.0
0.12.3
0.12.4
0.9.32
0.9.34+deprecated
1.0.114
1.0.117
Updates
bytes
from 1.5.0 to 1.6.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
ce8d8a0
chore: prepare bytes v1.6.0 (#681)536db06
Use ManuallyDrop instead of mem::forget (#675)ca00411
Remove commented tests for Bytes::unsplit (#677)7968f6f
Remove redundant reserve call (#674)c5fae00
copy_to_bytes: Add panic section to docs (#676)99584cc
Use Iterator from the prelude (#673)4628927
Refactor split_at/split_to (#663)1bcd212
get_vec_pos: use &self instead of &mut self (#670)f586ffc
set_vec_pos does not need a second parameter (#672)c6972d6
Calculate original capacity only if necessary (#666)Updates
clap
from 4.5.2 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f2c4e6e
Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqxe782775
fix(complete): Handle newlines in command/arg descriptionsfba7c85
test(complete): Show newline issue8a7a13a
chore: Release7b3a3e1
docs: Update changelog7b624ca
Merge pull request #5356 from epage/escapeUpdates
prost
from 0.12.3 to 0.12.4Commits
38a00d8
chore: Release version 0.12.4 (#1024)b3de938
docs: Document feature flags (#1003)12260d1
build(deps): Allow multimap 0.10 (#1013)2b6140c
build(deps): Allow heck 0.5 (#1012)50bab4f
chore: Split prost-types lib.rs into separate modules. (#1007)0bd9482
Minor clippy lint fixes. (#1006)82d7774
Allow itertools 0.12 (#948)2a4aeaf
feat: add derive feature (#992)e3d708c
Improve protoc not found error message (#937)145fd47
improve encode_varint performance by bounding its loop (#940)Updates
prost-types
from 0.12.3 to 0.12.4Commits
38a00d8
chore: Release version 0.12.4 (#1024)b3de938
docs: Document feature flags (#1003)12260d1
build(deps): Allow multimap 0.10 (#1013)2b6140c
build(deps): Allow heck 0.5 (#1012)50bab4f
chore: Split prost-types lib.rs into separate modules. (#1007)0bd9482
Minor clippy lint fixes. (#1006)82d7774
Allow itertools 0.12 (#948)2a4aeaf
feat: add derive feature (#992)e3d708c
Improve protoc not found error message (#937)145fd47
improve encode_varint performance by bounding its loop (#940)Updates
thiserror
from 1.0.57 to 1.0.60Release notes
Sourced from thiserror's releases.
Commits
870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warninge7ad85e
Release 1.0.59af477ec
Merge pull request #297 from dtolnay/traitidentf3fbd99
Implement ToTokens without reliance on {:?}508ece8
Revert "Temporarily disable miri on doctests"c8c804c
Explicitly install a Rust toolchain for cargo-outdated job6969595
Merge pull request #293 from dtolnay/workspacewrapper488d52f
Apply RUSTC_WORKSPACE_WRAPPERUpdates
insta
from 1.36.1 to 1.38.0Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
ff83624
1.38.02e79e3d
Add changelog entry9afc3c8
Merge branch 'master' of github.com:mitsuhiko/insta1d70238
Make Filters constructible from IntoIteratore90e71d
Change std macro calls to be fully qualified (#469)4dcccca
Move insta to folder (#470)ca2faf9
Configure cargo-dist8379841
1.37.01ae6006
Add changelog entryece6fc9
Vendor yaml (#465)Updates
prost-build
from 0.12.3 to 0.12.4Commits
38a00d8
chore: Release version 0.12.4 (#1024)b3de938
docs: Document feature flags (#1003)12260d1
build(deps): Allow multimap 0.10 (#1013)2b6140c
build(deps): Allow heck 0.5 (#1012)50bab4f
chore: Split prost-types lib.rs into separate modules. (#1007)0bd9482
Minor clippy lint fixes. (#1006)82d7774
Allow itertools 0.12 (#948)2a4aeaf
feat: add derive feature (#992)e3d708c
Improve protoc not found error message (#937)145fd47
improve encode_varint performance by bounding its loop (#940)Updates
serde_yaml
from 0.9.32 to 0.9.34+deprecatedRelease notes
Sourced from serde_yaml's releases.
Commits
2009506
Release 0.9.343ba8462
Add unmaintained note77236b0
Ignore dead code lint in testsf4c9ed9
Release 0.9.33b4edaee
Pull in yaml_parser_fetch_more_tokens fix from libyaml8a5542c
Resolve non_local_definitions warning in testUpdates
serde_json
from 1.0.114 to 1.0.117Release notes
Sourced from serde_json's releases.
Commits
0ae247c
Release 1.0.1174517c7a
PartialEq is not implemented between Value and 128-bit intsfdf99c7
Combine number PartialEq testsb4fc245
Merge pull request #1130 from serde-rs/checkcfg98f1a24
Resolve unexpected_cfgs warninga3f62bb
Release 1.0.11612c8ee0
Hide "non-exhaustive patterns" errors when crate fails to compile051ce97
Merge pull request 1124 from mleonhard/master25dc750
Replacefeatures_check
mod with a call tostd::compile_error!
. Fixes htt...2e15e3d
Revert "Temporarily disable miri on doctests"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