-
-
Notifications
You must be signed in to change notification settings - Fork 786
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
build(deps): bump the all group across 1 directory with 16 updates #5991
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 all group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.16` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.208` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.125` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` | | [toml](https://github.com/toml-rs/toml) | `0.8.17` | `0.8.19` | | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.157` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.7` | `1.1.13` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.18` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.1` | `1.17.0` | | [colorgrad](https://github.com/mazznoer/colorgrad-rs) | `0.6.2` | `0.7.0` | | [http_req](https://github.com/jayjamesjay/http_req) | `0.11.1` | `0.12.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [camino](https://github.com/camino-rs/camino) | `1.1.7` | `1.1.9` | | [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` | | [async-io](https://github.com/smol-rs/async-io) | `2.3.3` | `2.3.4` | Updates `clap` from 4.5.11 to 4.5.16 - [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.11...clap_complete-v4.5.16) Updates `serde` from 1.0.204 to 1.0.208 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.208) Updates `serde_json` from 1.0.121 to 1.0.125 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...1.0.125) Updates `tempfile` from 3.10.1 to 3.12.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `tokio` from 1.39.2 to 1.39.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3) Updates `toml` from 0.8.17 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.17...toml-v0.8.19) Updates `libc` from 0.2.155 to 0.2.157 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.157/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.155...0.2.157) Updates `cc` from 1.1.7 to 1.1.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.1.7...cc-v1.1.13) Updates `clap_complete` from 4.5.11 to 4.5.18 - [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.11...clap_complete-v4.5.18) Updates `bytemuck` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.16.1...v1.17.0) Updates `colorgrad` from 0.6.2 to 0.7.0 - [Release notes](https://github.com/mazznoer/colorgrad-rs/releases) - [Changelog](https://github.com/mazznoer/colorgrad-rs/blob/master/CHANGELOG.md) - [Commits](mazznoer/colorgrad-rs@v0.6.2...v0.7.0) Updates `http_req` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](jayjamesjay/http_req@v0.11.1...v0.12.0) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) Updates `camino` from 1.1.7 to 1.1.9 - [Release notes](https://github.com/camino-rs/camino/releases) - [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md) - [Commits](camino-rs/camino@camino-1.1.7...camino-1.1.9) Updates `rstest` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.21.0...v0.22.0) Updates `async-io` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-io@v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: colorgrad dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: http_req dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Aug 19, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 all group with 16 updates in the / directory:
4.5.11
4.5.16
1.0.204
1.0.208
1.0.121
1.0.125
3.10.1
3.12.0
1.39.2
1.39.3
0.8.17
0.8.19
0.2.155
0.2.157
1.1.7
1.1.13
4.5.11
4.5.18
1.16.1
1.17.0
0.6.2
0.7.0
0.11.1
0.12.0
1.10.5
1.10.6
1.1.7
1.1.9
0.21.0
0.22.0
2.3.3
2.3.4
Updates
clap
from 4.5.11 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
serde
from 1.0.204 to 1.0.208Release notes
Sourced from serde's releases.
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit struct1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserializationUpdates
serde_json
from 1.0.121 to 1.0.125Release notes
Sourced from serde_json's releases.
Commits
6130f9b
Release 1.0.125cc7a160
Touch up PR 11750f942e5
Merge pull request 1175 from iex-rs/faster-backslash-ud8921cd
Merge pull request #1172 from iex-rs/faster-hexb4bc643
Merge pull request #1176 from dtolnay/miriname94a2aad
Improve job names for miri jobs8073fc1
Merge pull request #1174 from iex-rs/miri-on-ci96ae604
Correct WTF-8 parsing236cc82
Simplify unicode escape handling2f28d10
Use the same UTF-8/WTF-8 impl for surrogatesUpdates
tempfile
from 3.10.1 to 3.12.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
tokio
from 1.39.2 to 1.39.3Release notes
Sourced from tokio's releases.
Commits
3d439ab
chore: prepare Tokio v1.39.3 (#6782)b2ea40b
net: add handling for abstract socket name (#6772)Updates
toml
from 0.8.17 to 0.8.19Commits
afd3f1f
chore: Release5183e39
docs: Update changeloga7a9611
chore: Releasee1ce60c
docs: Update changelogd0f242b
Merge pull request #775 from epage/perfc7efee7
perf(parser): Resolve regression from stackoverflow protecta3ce25e
chore: Releasefdf8873
docs: Update changelog63376e0
Merge pull request #774 from epage/invalid57f7bb8
fix(parser): Resolve stackoverflow on lots of blank linesUpdates
libc
from 0.2.155 to 0.2.157Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
6637dbe
Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z51d81e3
Update CHANGELOG.md217b2ab
chore: release6d2b8a0
Merge pull request #3852 from tgross35/backport-onion64ee9df
Merge pull request #3851 from tgross35/backport-romaine9e43d14
build.rs: always use freebsd12 when rustc_dep_of_std is set20a1175
freebsd adding execvpe support from 14.1 release3242730
Define SO_BINDTOIFINDEX on Fuchsia03f6759
Add missing networking support for Solaris3280331
Addklogctl
to linux and androidUpdates
cc
from 1.1.7 to 1.1.13Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
ee14401
chore: release (#1187)d3ff011
Fix detect family: should detect emscripten as clang, closes #1185 (#1186)9b77c3f
chore: release (#1184)dcbe0f1
CC_SHELL_ESCAPED_FLAGS
: improve docs (#1183)b0e44c7
chore: release (#1182)ebe335c
Add support for parsing shell encoded*FLAGS
(#1181)eb33906
Replace vector of tuples with BTreeMap which already is sorted and free of du...17b353d
chore: release (#1179)1c10013
Remap Windows targets triples to their LLVM counterparts (#1176)4b723d9
chore: release (#1178)Updates
clap_complete
from 4.5.11 to 4.5.18Release notes
Sourced from clap_complete's releases.
Changelog
Sourced from clap_complete's changelog.
... (truncated)
Commits
d811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602 from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completionsccecab3
test(clap_complete): Add test cases for delimiter_values supporta3a4764
docs(derive): Specify Parser::update_from semanticsdf165a2
docs(derive): Flatten isn't just for update5488bcf
docs(derive): Connect more dots for Args/Subcommand6013ad4
chore: Releasef98e3ee
docs: Update changelogUpdates
bytemuck
from 1.16.1 to 1.17.0Changelog
Sourced from bytemuck's changelog.
Commits
3c42ba7
chore: Release bytemuck version 1.17.0413aaaf
changelog.faff804
chore: Release bytemuck_derive version 1.7.17be8c67
derive changelogbb62be5
Remove "dangling" terminology for zero-sized pointees. (#262)5eecd33
Make must_cast by-value and by-shared-ref functions const (#261)243302d
Addbytemuck
attribute toNoUninit
derive (#259)e1baf85
Fix box_bytes_zst test (#260)20f4a09
chore: Release bytemuck version 1.16.39f7161c
describe pr 256Updates
colorgrad
from 0.6.2 to 0.7.0Release notes
Sourced from colorgrad's releases.
Changelog
Sourced from colorgrad's changelog.
Commits
22cb93a
update doc0646fd4
upgrade dependenciesfdd3e23
add Makefile6c1ea9a
rename GradientBuilderError enums7041c9b
filter out non visible color stops7af0df5
GradientBuilder: improve codes2533725
GradientBuilder: more flexible html_colors() param type8dd0e73
Gradient.colors() clamp()a259f13
make code more readable3a6998a
improve css gradient parserUpdates
http_req
from 0.11.1 to 0.12.0Release notes
Sourced from http_req's releases.
Commits
c5c2985
Merge pull request #67 from jayjamesjay/v0.12e706672
Merge branch 'master' into v0.12b3f828c
improve timeout error handling & relative uri supportce69208
improve parsing relative urif46dd1c
basic redirect support3cca3f8
RedirectPolicy initUpdates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
camino
from 1.1.7 to 1.1.9Release notes
Sourced from camino's releases.
Changelog
Sourced from camino's changelog.
Commits
467b336
[camino] version 1.1.9edc0f10
add CI + changelog (#96)10491be
implement absolute_utf8 (#95)49c1ef6
[camino] version 1.1.8240b509
prepare release44dd11c
perf: cost-free conversion from paths to&str
(#93)Updates
rstest
from 0.21.0 to 0.22.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
6213428
Prepare 0.22.016591fd
Make clippy happyd40e785
Merge pull request #269 from la10736/fix_typos9110f0c
Fix typo696eaf6
Merge pull request #268 from la10736/arg_destruct3949076
Fixed warning in betad35ade2
Docs and make clippy happy40087a7
Implementation and integration testsfcf732d
Merge pull request #267 from marcobacis/ignore_parametercf9dd0b
update docs, simplified unit testUpdates
async-io
from 2.3.3 to 2.3.4Release notes
Sourced from async-io's releases.
Changelog
Sourced from async-io's changelog.
Commits
c35b72f
v2.3.45800dd3
Set nosigpipe on NetBSD and DragonFly BSDe27191f
Upgrade windows-sys to 0.59Dependabot 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