-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the patch group across 1 directory with 20 updates #87
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the patch group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` | | [built](https://github.com/lukaslueg/built) | `0.7.5` | `0.7.6` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.13` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` | | [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.0` | `2.1.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.43` | `0.38.44` | | [rustls](https://github.com/rustls/rustls) | `0.23.21` | `0.23.22` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.7` | `0.26.8` | Updates `clap` from 4.5.27 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.27...clap_complete-v4.5.28) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `built` from 0.7.5 to 0.7.6 - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](lukaslueg/built@0.7.5...0.7.6) Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) Updates `cc` from 1.2.10 to 1.2.13 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.10...cc-v1.2.13) Updates `clap_derive` from 4.5.24 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.24...v4.5.28) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `git2` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.19.0...git2-0.20.0) Updates `libgit2-sys` from 0.17.0+1.8.1 to 0.18.0+1.9.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@0.17.0...git2-0.18.0) Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) Updates `pin-project` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.8...v1.1.9) Updates `pin-project-internal` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.8...v1.1.9) Updates `rustc-hash` from 2.1.0 to 2.1.1 - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v2.1.0...v2.1.1) Updates `rustix` from 0.38.43 to 0.38.44 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.43...v0.38.44) Updates `rustls` from 0.23.21 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.21...v/0.23.22) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `toml_edit` from 0.22.22 to 0.22.23 - [Commits](toml-rs/toml@v0.22.22...v0.22.23) Updates `unicode-ident` from 1.0.14 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.16) Updates `webpki-roots` from 0.26.7 to 0.26.8 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.7...v/0.26.8) Updates `winnow` from 0.6.24 to 0.7.2 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: built dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: git2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch - dependency-name: libgit2-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: pin-project dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: pin-project-internal dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: rustc-hash dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: rustls dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: webpki-roots dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot rebase |
Superseded by #89. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 patch group with 15 updates in the / directory:
4.5.27
4.5.28
1.0.137
1.0.138
0.7.5
0.7.6
0.1.85
0.1.86
1.2.10
1.2.13
0.2.16
0.2.17
1.20.2
1.20.3
1.1.8
1.1.9
2.1.0
2.1.1
0.38.43
0.38.44
0.23.21
0.23.22
1.0.18
1.0.19
0.22.22
0.22.23
1.0.14
1.0.16
0.26.7
0.26.8
Updates
clap
from 4.5.27 to 4.5.28Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
257d781
chore: Release06c5f5f
docs: Update changelog6ac1535
Merge pull request #5733 from epage/bina7a8f93
fix(complete): Strip wrappers for running completerb2c8e44
feat(complete): Allow user to override bin/completerUpdates
serde_json
from 1.0.137 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099
Release 1.0.138dc29e48
Move BufReader to caller29122f9
Sort imports from PR 1237d33c1b5
Merge pull request #1237 from JonathanBrouwer/master8c2d800
Add more warnings to apply buffering on docs of affected functions65bbd1a
Fix example of from_reader not applying buffering when it should87f78da
More precise gitignore patterns4134f11
Remove *.sw[po] from gitignorec7626db
Remove **/*.rs.bk from project-specific gitignoreUpdates
built
from 0.7.5 to 0.7.6Changelog
Sourced from built's changelog.
Commits
ea67172
Bump to 0.7.64b10302
Add semver_check internal crate4b9abef
Usestatic
- instead ofconst
-items4771674
Add nightly to CI7cd2562
Add shield to README6f5cc7d
Update CHANGELOG18ab1e4
chore(deps): update git2 to use libgit2 1.9 (#78)e8b9e55
Formatting without fmt::Debug (#76)9270bd2
Fix typos (#73)Updates
async-trait
from 0.1.85 to 0.1.86Release notes
Sourced from async-trait's releases.
Commits
46a70c0
Release 0.1.860e43f29
Merge pull request #286 from dtolnay/dyncompc49cbcb
Update 'object safe' -> 'dyn compatible' naming in tests87316f9
Merge pull request #285 from dtolnay/dyncompeb69fb3
Delete section on dyn compatibility of default implementationsec9665a
Update example error message in docsf1b4d3c
Update ui test suite to nightly-2025-02-01b33a4b2
More precise gitignore patterns9d09210
Remove **/*.rs.bk from project-specific gitignore3f11674
Update ui test suite to nightly-2025-01-23Updates
cc
from 1.2.10 to 1.2.13Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
15fe112
chore: release v1.2.13 (#1394)23c0ee3
Fix cross-compiling for Apple platforms (#1389)9a9c248
chore: release v1.2.12 (#1387)c82ea31
Split impl Build (#1382)a49184e
test: ensureclang --driver-mode=cl
is MSVC- andclang-cl
-like (#1381)4990d4b
allow specifyingrustc
when generating target information (#1385)29431fa
Don't specify both-target
and-mtargetos=
on Apple targets (#1384)81929fa
chore: release v1.2.11 (#1377)a10fd61
Fix more flag inheritance (#1380)3a4a86d
Include wrapper args. instdout
family heuristics to restore classifying `c...Updates
clap_derive
from 4.5.24 to 4.5.28Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
336b645
chore: Releasec0dce62
docs: Update changelogc99872c
Merge pull request #5891 from ModProg/derive-markdown349bd3c
Merge pull request #5898 from clap-rs/renovate/clap-cargo-0.xf519568
chore(deps): Update Rust crate clap-cargo to 0.15.058308ab
feat(derive): Support markdown4778141
tests8e2c2c5
chore: Release427d4fc
docs: Update changelog3b99593
Merge pull request #5896 from epage/envUpdates
cpufeatures
from 0.2.16 to 0.2.17Commits
9d92d5e
cpufeatures: release v0.2.17 (#1143)41a653a
CI: update security-audit config (#1144)ca3d1c2
cpufeatures: don't linkstd
when linkinglibc
(#1142)1517021
opaque-debug: fix typo in example code (#1139)Updates
git2
from 0.19.0 to 0.20.0Changelog
Sourced from git2's changelog.
Commits
14cdc15
Merge pull request #1115 from ehuss/lock-lockedcbf9dd4
Merge pull request #1116 from ehuss/update-timee46a1f9
Check that Cargo.lock is not outdated in CIa4bd932
Update thetime
dev-dependencyca65651
Merge pull request #1113 from ehuss/cargo-locke16a3f9
Merge pull request #1112 from ehuss/check-cfgf538a99
Add a Cargo.lock8ce89e2
Squelch the warning about libgit2_vendored check-cfg92d96ac
Merge pull request #1072 from vcfxb/remove-error-unwraps8977c0c
Merge pull request #1071 from vcfxb/fix-tracing-ubUpdates
libgit2-sys
from 0.17.0+1.8.1 to 0.18.0+1.9.0Changelog
Sourced from libgit2-sys's changelog.
... (truncated)
Commits
69eea91
Merge pull request #984 from ehuss/update-changelog2aafd80
Fix html_root_url for next releasee22951c
Update changelog for next release.4570c39
Merge pull request #981 from paulvandermeijs/add-git_blame_buffer19b6d05
Merge pull request #982 from ehuss/update-libgit2390c6d6
Systest no longer requires stable.e0a329e
Update to libgit2 1.7.118f8ad1
Add binding forgit_blame_buffer
7f21181
Merge pull request #955 from vallentin/fusedf0d52d3
Implemented FusedIterator for various iteratorsUpdates
once_cell
from 1.20.2 to 1.20.3Changelog
Sourced from once_cell's changelog.
Commits
d119eea
Merge pull request #273 from briansmith/b/cold1a885da
Make initialization inOnceNonZeroUsize::get_or_try_init
#[cold]
.Updates
pin-project
from 1.1.8 to 1.1.9Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
e224413
Release 1.1.91003f80
Suppress clippy::missing_const_for_fn lint in generated codec6d2ebc
Ignore clippy::doc_overindented_list_items lintf33d7eb
tools: Update tidy.sh and related configs/markers63c0e8e
ci: Update reusable workflows970d0c3
ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow00b79e2
tests: Add todo commentebed0a3
ci: Disable buggy dependabot grouped updateee924ee
tools: Format shell scripts with indent_size = 2 to match scripts in CI configb8e1b16
tests: Update lint testUpdates
pin-project-internal
from 1.1.8 to 1.1.9Release notes
Sourced from pin-project-internal's releases.
Changelog
Sourced from pin-project-internal's changelog.
Commits
e224413
Release 1.1.91003f80
Suppress clippy::missing_const_for_fn lint in generated codec6d2ebc
Ignore clippy::doc_overindented_list_items lintf33d7eb
tools: Update tidy.sh and related configs/markers63c0e8e
ci: Update reusable workflows970d0c3
ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow00b79e2
tests: Add todo commentebed0a3
ci: Disable buggy dependabot grouped updateee924ee
tools: Format shell scripts with indent_size = 2 to match scripts in CI configb8e1b16
tests: Update lint testUpdates
rustc-hash
from 2.1.0 to 2.1.1Changelog
Sourced from rustc-hash's changelog.
Commits
dc5c33f
Merge pull request #57 from Noratrieb/bump-2.1.1328556d
Add changelog for 2.1.12588fc1
Merge pull request #56 from lsunsi/increase-64bit-rotation-length177c566
fix: increase 64bit rotation lengthUpdates
rustix
from 0.38.43 to 0.38.44Commits
acf4a28
chore: Release rustix version 0.38.444a029c7
Enable some rustix features on wasm32-wasip2. (#1271)a3bc486
Add setdomainname function (#1244)Updates
rustls
from 0.23.21 to 0.23.22Commits
784b873
Further defendChunkVecBuffer::prefix_used
invariant200d566
Re-privatizeChunkVecBuffer::consume()
and defend misusea5d8a6b
DetectChunkVecBuffer::consume
larger than lengthd978e2f
chore(deps): update rust crate x509-parser to 0.1743c2336
Detect illegal HRR if X25519 offered as secondary kx2551558
Increase accuracy of when to include second keyshare50d1acd
Add X25519MLKEM768 to features documentationbf663b6
Move crypto::aws_lc_rs::pq docs into manuale883143
Bump rustls 0.23.22, rustls-post-quantum 0.2.2c7a86de
Add post-quantum key exchange algorithm to defaultsUpdates
ryu
from 1.0.18 to 1.0.19Release notes
Sourced from ryu's releases.
Commits
81d9ec4
Release 1.0.197bb6da1
Merge pull request #58 from dtolnay/rand7e4b85e
Update rand crate to 0.9d12f8d0
More precise gitignore patterns631e145
Remove **/*.rs.bk from project-specific gitignored3f7415
Prevent upload-artifact step from causing CI failure5be6db4
Upload CI Cargo.lock for reproducing failures8234c4d
Fill in ignore reasons in all #[ignore] attributes92fbde0
Merge pull request #57 from dtolnay/exhaustive55825b3
Mark exhaustive test #[ignore] in non-cfg(exhaustive)Updates
toml_edit
from 0.22.22 to 0.22.23Commits
15496f1
chore: Release1131ce8
docs: Update changelog4776fca
Merge pull request #827 from epage/winnow07754769b
chore: Upgrade to Winnow 0.79415da2
refactor(parser): Switch to ModalParser5dfa5b0
chore: Upgrade to winnow 0.6.26e92c3b6
Merge pull request #825 from slivingston/update-docs017a74d
docs(readme): Update example to prefer DocumentMuta07313e
chore(deps): Update Rust Stable to v1.84 (#822)8da356f
chore(deps): Update compatible (dev) (#821)Updates
unicode-ident
from 1.0.14 to 1.0.16Release notes
Sourced from unicode-ident's releases.
Commits
7183516
Release 1.0.164c75cc8
Merge pull request #29 from dtolnay/rand3d6a431
Update rand crate to 0.9 in benchmark1e2c8c9
Release 1.0.1542b547d
Update benchmark tablec322e39
Remove mention of criterion's legacy real_blackbox feature242d719
More precise gitignore patterns8837414
Uncapitalize Unicode license link in readmeUpdates
webpki-roots
from 0.26.7 to 0.26.8Release notes
Sourced from webpki-roots's releases.
Commits
32504ae
webpki-(roots|root-certs): v0.26.7 -> v0.26.89a8498a
jan 30th upstream ccadb updatesba9f97a
build(deps): update x509-parser requirement from 0.16.0 to 0.17.0bd621fa
ci: use persist-credentials: false throughoutUpdates
winnow
from 0.6.24 to 0.7.2Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
78e01a7
chore: Releaseb55ceca
docs: Update changelogb3e2c90
Merge pull request #740 from epage/range0298b0d
feat: Allow Range to be copiedb717e7f
chore: Release2b33e4c
docs: Update changelog052d1fa
Merge pull request #737 from epage/iter86b4c25
fix(comb): Prevent misuse of 'iterator' from panickingff0996f
docs: Fix backticks70eed32
docs(error): Update into_inner for 0.7 APIDependabot 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