-
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
[cargo](deps): Bump the deps group with 12 updates #33
Merged
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 deps group with 12 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.76` | `1.0.78` | | [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.12` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.51` | `1.0.53` | | [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [memchr](https://github.com/BurntSushi/memchr) | `2.6.4` | `2.7.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.71` | `1.0.73` | | [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.34` | | [relative-path](https://github.com/udoprog/relative-path) | `1.9.0` | `1.9.2` | | [schannel](https://github.com/steffengy/schannel-rs) | `0.1.22` | `0.1.23` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.9.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.30` | `0.5.31` | Updates `anyhow` from 1.0.76 to 1.0.78 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.76...1.0.78) Updates `clap` from 4.4.11 to 4.4.12 - [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.4.11...v4.4.12) Updates `serde_json` from 1.0.108 to 1.0.109 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.109) Updates `thiserror` from 1.0.51 to 1.0.53 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.51...1.0.53) Updates `futures-channel` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `memchr` from 2.6.4 to 2.7.1 - [Commits](BurntSushi/memchr@2.6.4...2.7.1) Updates `proc-macro2` from 1.0.71 to 1.0.73 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.71...1.0.73) Updates `quote` from 1.0.33 to 1.0.34 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.33...1.0.34) Updates `relative-path` from 1.9.0 to 1.9.2 - [Release notes](https://github.com/udoprog/relative-path/releases) - [Commits](https://github.com/udoprog/relative-path/commits) Updates `schannel` from 0.1.22 to 0.1.23 - [Release notes](https://github.com/steffengy/schannel-rs/releases) - [Commits](steffengy/schannel-rs@v0.1.22...v0.1.23) Updates `tempfile` from 3.8.1 to 3.9.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.9.0) Updates `winnow` from 0.5.30 to 0.5.31 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.30...v0.5.31) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-channel dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: relative-path dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: schannel dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: tempfile dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
d:cargo
Update a Cargo (Rust) dependency
dependencies
Add, remove, or update one or more dependencies
labels
Jan 1, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 82.86% 82.86%
=======================================
Files 7 7
Lines 3268 3268
=======================================
Hits 2708 2708
Misses 560 560 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
d:cargo
Update a Cargo (Rust) dependency
dependencies
Add, remove, or update one or more dependencies
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 deps group with 12 updates:
1.0.76
1.0.78
4.4.11
4.4.12
1.0.108
1.0.109
1.0.51
1.0.53
0.3.29
0.3.30
2.6.4
2.7.1
1.0.71
1.0.73
1.0.33
1.0.34
1.9.0
1.9.2
0.1.22
0.1.23
3.8.1
3.9.0
0.5.30
0.5.31
Updates
anyhow
from 1.0.76 to 1.0.78Release notes
Sourced from anyhow's releases.
Commits
38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probed10baed
Move ExitStatus::success check into compile_probe()290c450
Merge pull request #336 from dtolnay/optionifletelse6b231dd
Remove option_if_let_else clippy suppression from build scripteb66ff5
Merge pull request #335 from dtolnay/cargoenvvarb1590b1
Require cargo promised environment variables to be present15646f4
Merge pull request #334 from dtolnay/probeUpdates
clap
from 4.4.11 to 4.4.12Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6d601e6
chore: Release048e7f0
docs: Update changelog53f5b82
Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help05cd057
perf: Avoid retrieving possible_values unless used2920808
test: Update snapshots28763eb
chore: Releaseace7bb5
docs(complete): Update changelog76beca4
docs(complete): Polish API reference for dynamic3630e58
Merge pull request #5273 from epage/docsrs3724b9e
docs: Include more content on docs.rsUpdates
serde_json
from 1.0.108 to 1.0.109Release notes
Sourced from serde_json's releases.
Commits
f88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyb9bcbad
Use BuildHasher::hash_one7ff6c9e
Use random hasher state for number hashing testfe031cd
Delete trace_macros! functionality from test05196ca
Update ui test suite to nightly-2023-11-19Updates
thiserror
from 1.0.51 to 1.0.53Release notes
Sourced from thiserror's releases.
Commits
af28d9c
Release 1.0.53c22822c
Merge pull request #275 from dtolnay/probers8722399
Rerun build script on changes to probe.rs0e280fe
Merge pull request #274 from dtolnay/bootstrapf334cfc
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler5fd9537
Update crate name used for build script probea9b1585
Move ExitStatus::success check into compile_probe()0f349a4
Remove needless_raw_string_hashes clippy pedantic suppression from build scriptc1c003f
Merge pull request #273 from dtolnay/cargoenvvar9b7356f
Require cargo promised environment variables to be presentUpdates
futures-channel
from 0.3.29 to 0.3.30Release notes
Sourced from futures-channel's releases.
Changelog
Sourced from futures-channel's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
memchr
from 2.6.4 to 2.7.1Commits
31c1e79
2.7.1d9ac66d
api: impl Clone for FindRevIter8957028
benchmarks/engines/rust-memchr: complete bump to 2.7.05caaf3e
benchmarks/engines/rust-memchr: bump to 2.7.0b93d817
2.7.08b62928
cargo: remove unused exclusionsa22b2df
ci: update to wasmtime 15bce1940
benchmarks/engines/bytecount: revert to 0.6.42f5d8c4
benchmarks: fix wasmtime commande77f0bf
arch: simplify and improve is_equal_rawUpdates
proc-macro2
from 1.0.71 to 1.0.73Release notes
Sourced from proc-macro2's releases.
Commits
4dce5d7
Release 1.0.73708540b
Merge pull request #431 from dtolnay/doccfg014fa82
Restore documented cfg on LineColumndf4fa83
Merge pull request #430 from dtolnay/nightlyci75897cf
Make CI verify that proc_macro_span works in latest nightly643cb89
Release 1.0.723db1977
Merge pull request #429 from dtolnay/probea961bae
Test for the specific proc_macro_span API expected by proc-macro2784ae2e
Merge pull request #428 from dtolnay/cargoenvvar8ade7da
Require cargo promised environment variables to be presentUpdates
quote
from 1.0.33 to 1.0.34Release notes
Sourced from quote's releases.
Commits
c777ce6
Release 1.0.34e9cb3c2
Pull in proc-macro2 build script improvementf8fc16d
Test docs.rs documentation build in CI3a9d31f
Update actions/checkout@v3 -> v4fe2dec4
Merge pull request #262 from dtolnay/syn25d33628
Update syn 1.0 link to syn 2.0Updates
relative-path
from 1.9.0 to 1.9.2Commits
Updates
schannel
from 0.1.22 to 0.1.23Commits
f1aed2d
Release v0.1.239c7cb88
Merge pull request #96 from cristianbdg/exportable_private_key_flag2b6402a
windows-sys 0.52955d56f
chore: update to rust 1.56 (windows-sys 2021 edition) (#100)6d08a7a
[EXPORTABLE_PRIVATE_KEY_FLAG] Added function to set machine keyset flag93fe14a
Added function to set exportable private key flagUpdates
tempfile
from 3.8.1 to 3.9.0Changelog
Sourced from tempfile's changelog.
Commits
fb313e0
chore: release 3.9.0709a62a
Updatewindows-sys
0.52 (#265)Updates
winnow
from 0.5.30 to 0.5.31Changelog
Sourced from winnow's changelog.
Commits
ce3ddae
chore: Release9de6909
docs: Update changelog91dc960
Merge pull request #405 from epage/partial248f3b6
perf(token): Allow optimizer remove branchDependabot 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