-
Notifications
You must be signed in to change notification settings - Fork 18
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-dependencies group with 21 updates #468
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-dependencies group with 21 updates: | Package | From | To | | --- | --- | --- | | [ahash](https://github.com/tkaitchuck/ahash) | `0.8.6` | `0.8.7` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.5` | `0.6.7` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.75` | `0.1.76` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.7` | | [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.17` | | [deranged](https://github.com/jhpratt/deranged) | `0.3.10` | `0.3.11` | | [figment](https://github.com/SergioBenitez/Figment) | `0.10.12` | `0.10.13` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.9` | `0.4.10` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.67` | | [libc](https://github.com/rust-lang/libc) | `0.2.151` | `0.2.152` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.71` | `1.0.76` | | [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.35` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.28` | `0.38.30` | | [schannel](https://github.com/steffengy/schannel-rs) | `0.1.22` | `0.1.23` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.52` | `1.0.56` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.39` | `0.4.40` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.67` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.30` | `0.5.34` | Updates `ahash` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Updates `anstream` from 0.6.5 to 0.6.7 - [Commits](rust-cli/anstyle@anstream-v0.6.5...anstream-v0.6.7) Updates `async-trait` from 0.1.75 to 0.1.76 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.75...0.1.76) Updates `base64` from 0.21.5 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7) Updates `clap` from 4.4.11 to 4.4.17 - [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.17) Updates `deranged` from 0.3.10 to 0.3.11 - [Commits](https://github.com/jhpratt/deranged/commits/v0.3.11) Updates `figment` from 0.10.12 to 0.10.13 - [Commits](https://github.com/SergioBenitez/Figment/commits) Updates `is-terminal` from 0.4.9 to 0.4.10 - [Commits](sunfishcode/is-terminal@v0.4.9...v0.4.10) Updates `js-sys` from 0.3.66 to 0.3.67 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `libc` from 0.2.151 to 0.2.152 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.151...0.2.152) Updates `proc-macro2` from 1.0.71 to 1.0.76 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.71...1.0.76) Updates `quote` from 1.0.33 to 1.0.35 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.33...1.0.35) Updates `rustix` from 0.38.28 to 0.38.30 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.28...v0.38.30) 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 `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `serde` from 1.0.193 to 1.0.195 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.195) Updates `serde_json` from 1.0.108 to 1.0.111 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.111) Updates `thiserror` from 1.0.52 to 1.0.56 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.52...1.0.56) Updates `wasm-bindgen-futures` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `web-sys` from 0.3.66 to 0.3.67 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `winnow` from 0.5.30 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.30...v0.5.34) --- updated-dependencies: - dependency-name: ahash dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: base64 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: deranged dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: figment dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: is-terminal dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: js-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: schannel dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: serde_json dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: web-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-dependencies ... 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
Jan 16, 2024
Superseded by #469. |
dependabot
bot
deleted the
dependabot/cargo/patch-dependencies-b4d2cea114
branch
January 17, 2024 02:01
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 patch-dependencies group with 21 updates:
0.8.6
0.8.7
0.6.5
0.6.7
0.1.75
0.1.76
0.21.5
0.21.7
4.4.11
4.4.17
0.3.10
0.3.11
0.10.12
0.10.13
0.4.9
0.4.10
0.3.66
0.3.67
0.2.151
0.2.152
1.0.71
1.0.76
1.0.33
1.0.35
0.38.28
0.38.30
0.1.22
0.1.23
1.0.20
1.0.21
1.0.193
1.0.195
1.0.108
1.0.111
1.0.52
1.0.56
0.4.39
0.4.40
0.3.66
0.3.67
0.5.30
0.5.34
Updates
ahash
from 0.8.6 to 0.8.7Commits
Updates
anstream
from 0.6.5 to 0.6.7Commits
a55990c
chore: Releasee7e17ab
docs: Update changeloge438606
fix: Remove stray dbg340d8f3
chore: Releasea908e45
docs: Update changelog6822aa4
Merge pull request #158 from epage/sounda54cb5b
fix(stream): Don't break out of UTF8 character part-way51ffc2d
test(stream): Show strip bug84c0c73
chore(ci): Ensure rustfmt is available7f3e886
Merge pull request #154 from rust-cli/renovate/owo-colors-4.xUpdates
async-trait
from 0.1.75 to 0.1.76Release notes
Sourced from async-trait's releases.
Commits
627124b
Release 0.1.76f8aa269
Merge pull request #256 from dtolnay/miritracing48e29e4
Re-enable tracing integration test under Miri3c656d3
Merge pull request #255 from dtolnay/asyncblock381fd75
Update explanation to show async block expansion3caf301
Merge pull request #254 from dtolnay/docc1576be
Update documentation to discuss object safety in Rust 1.75+Updates
base64
from 0.21.5 to 0.21.7Changelog
Sourced from base64's changelog.
Commits
9652c78
v0.21.708deccf
provide as_str() method to return the alphabet characters (#264)1cd75a1
v0.21.65820d9b
Merge pull request #263 from marshallpierce/silverlyra-usage97d9180
Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usageb64c624
Merge pull request #262 from tamird/clape32ca18
examples: replace structopt with clap72f25a8
Simplify the example program40e162c
Rewrite the crate docstringbfde751
Merge pull request #260 from marshallpierce/mp/doc-grammarUpdates
clap
from 4.4.11 to 4.4.17Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
ef98da2
chore: Release5801ce1
docs: Update changelogd1d88ae
Merge pull request #5306 from epage/conflict50c59f6
fix(parser): Don't panic with conflicts and groupscbc9c9d
chore: Release4718b89
docs: Update changelog38f805c
Merge pull request #5299 from epage/ansi2a3356a
fix: Update anstream12b5c39
chore: Release1c5b633
docs: Update changelogUpdates
deranged
from 0.3.10 to 0.3.11Commits
Updates
figment
from 0.10.12 to 0.10.13Commits
Updates
is-terminal
from 0.4.9 to 0.4.10Commits
c3b72b5
chore: Release is-terminal version 0.4.106c8aff6
windows-sys 0.52 (#32)Updates
js-sys
from 0.3.66 to 0.3.67Commits
Updates
libc
from 0.2.151 to 0.2.152Release notes
Sourced from libc's releases.
Commits
3d17519
Merge pull request #3522 from JohnTitor/libc-0.2.1520f5d2c1
Prepare release for v0.2.152ee500ca
Merge pull request #3521 from rust-lang/main72093f3
Auto merge of #3510 - JohnTitor:prepare-libc-0.3, r=JohnTitore5612b9
Auto merge of #3520 - devnexen:fuchsia_upd, r=JohnTitor44ba265
fuchsia adding pthread_set/getname_np2f93bfb
Auto merge of #3519 - JohnTitor:tweak-libc-0.2-ci, r=JohnTitor11f7c7b
Auto merge of #3518 - asomers:more-sigsuspend, r=JohnTitor0b9596b
Tweak libc-0.2 CI5594447
Auto merge of #3517 - shuoer86:main, r=JohnTitorUpdates
proc-macro2
from 1.0.71 to 1.0.76Release notes
Sourced from proc-macro2's releases.
Commits
ea778eb
Release 1.0.76534bb81
Merge pull request #435 from dtolnay/deadcode436ce07
Add link to dead_code autotrait bug228503f
Work around new dead_code warning2a9b955
Release 1.0.756d2899c
Merge pull request #434 from dtolnay/mismatch662426c
Fix compiler/fallback mismatch when catching rustc lex error panic4ae50db
Distinguish which direction the mismatch occurscb94081
Add a way to get mismatch backtrace using cfg3eb1857
Merge pull request #433 from dtolnay/mismatchUpdates
quote
from 1.0.33 to 1.0.35Release notes
Sourced from quote's releases.
Commits
b01743f
Release 1.0.3557851d7
Pull in proc-macro2 sccache fixc777ce6
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
rustix
from 0.38.28 to 0.38.30Commits
aecc981
chore: Release rustix version 0.38.30f546573
Fix errors with char signedness. (#984)7552d81
chore: Release rustix version 0.38.290a3edba
Fix compilation on uClibc targets. (#982)5648e33
Add AF_XDP syscalls, constants and types (#946)e460984
Addname_to_index()
&index_to_name()
(#972)9095854
Fix a newdead_code
warning. (#981)3652dc0
On 32-bit x86, add more strategies for the syscall mechanism. (#979)c4ac6b6
Add ioctl_getflags and ioctl_setflags (#973)10361e7
Pass null as empty slices to getxattr on macOS (#970)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
semver
from 1.0.20 to 1.0.21Release notes
Sourced from semver's releases.
Commits
f9cc2df
Release 1.0.2187914b1
Pull in proc-macro2 sccache fixb617188
Merge pull request #309 from dtolnay/optionifletelse5481cb9
Remove option_if_let_else clippy suppressionUpdates
serde
from 1.0.193 to 1.0.195Release notes
Sourced from serde's releases.
Commits
03eec42
Release 1.0.195196f311
Merge pull request #2671 from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670 from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194Updates
serde_json
from 1.0.108 to 1.0.111Release notes
Sourced from serde_json's releases.
Commits
0131ac6
Release 1.0.11196ecfad
Merge pull request #1100 from heiher/limb-64-la64c80dbaf
Set limb width to 64 for loongarch64df5cf21
Release 1.0.110c35856a
Pull in proc-macro2 sccache fixf88bf1f
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 directlyUpdates
thiserror
from 1.0.52 to 1.0.56Release notes
Sourced from thiserror's releases.
Commits
77d0af4
Release 1.0.56d4caabd
Pull in proc-macro2 sccache fix6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyUpdates
wasm-bindgen-futures
from 0.4.39 to 0.4.40Commits
Updates
web-sys
from 0.3.66 to 0.3.67Commits
Updates
winnow
from 0.5.30 to 0.5.34Changelog
Sourced from winnow's changelog.
Commits
fc17f88
chore: Release2d05815
docs: Update changelog6ced74c
Merge pull request #420 from epage/clone5c3ca85
fix(stream): Don't require Clone for Stateful's Statefadf156
chore: Releasefc5a37d
docs: Update changelog2ce947e
Merge pull request #417 from epage/tag-char8091f2e
bench: Compare tag/one_of0d79d0b
feat(token):tag
combinator supportchar
type1b64ef9
chore: ReleaseDependabot 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