-
Notifications
You must be signed in to change notification settings - Fork 969
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 patch-updates group with 27 updates #5466
Conversation
Bumps the patch-updates group with 27 updates: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.4.2` | `2.5.0` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.2.0` | `2.3.0` | | [glam](https://github.com/bitshifter/glam-rs) | `0.25.0` | `0.27.0` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.13.1` | `1.13.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.5` | `2.2.6` | | [syn](https://github.com/dtolnay/syn) | `2.0.52` | `2.0.57` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.2` | `1.1.3` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.79` | | [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.69` | `0.3.71` | | [bytes](https://github.com/tokio-rs/bytes) | `1.5.0` | `1.6.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.4` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.4` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.0.1` | `2.0.2` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.13` | `0.2.14` | | [polling](https://github.com/smol-rs/polling) | `3.5.0` | `3.6.0` | | [rayon](https://github.com/rayon-rs/rayon) | `1.9.0` | `1.10.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.31` | `0.38.32` | | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` | | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.19` | `0.8.20` | Updates `bitflags` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.4.2...2.5.0) Updates `futures-lite` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.2.0...v2.3.0) Updates `glam` from 0.25.0 to 0.27.0 - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.25.0...0.27.0) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `serde_json` from 1.0.114 to 1.0.115 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.114...v1.0.115) Updates `smallvec` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.1...v1.13.2) Updates `tokio` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0) Updates `indexmap` from 2.2.5 to 2.2.6 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.2.5...2.2.6) Updates `syn` from 2.0.52 to 2.0.57 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.52...2.0.57) Updates `aho-corasick` from 1.1.2 to 1.1.3 - [Commits](BurntSushi/aho-corasick@1.1.2...1.1.3) Updates `async-trait` from 0.1.77 to 0.1.79 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.77...0.1.79) Updates `autocfg` from 1.1.0 to 1.2.0 - [Commits](cuviper/autocfg@1.1.0...1.2.0) Updates `backtrace` from 0.3.69 to 0.3.71 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.69...0.3.71) Updates `bytes` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.5.0...v1.6.0) Updates `clap` from 4.5.2 to 4.5.4 - [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.2...v4.5.4) Updates `clap_derive` from 4.5.0 to 4.5.4 - [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.0...v4.5.4) Updates `fastrand` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.0.1...v2.0.2) Updates `itoa` from 1.0.10 to 1.0.11 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.10...1.0.11) Updates `memchr` from 2.7.1 to 2.7.2 - [Commits](BurntSushi/memchr@2.7.1...2.7.2) Updates `pin-project-lite` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.13...v0.2.14) Updates `polling` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](smol-rs/polling@v3.5.0...v3.6.0) Updates `rayon` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.9.0...rayon-core-v1.10.0) Updates `regex` from 1.10.3 to 1.10.4 - [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.3...1.10.4) Updates `regex-syntax` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.2...regex-syntax-0.8.3) Updates `rustix` from 0.38.31 to 0.38.32 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.31...v0.38.32) Updates `uuid` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) Updates `xml-rs` from 0.8.19 to 0.8.20 - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@0.8.19...0.8.20) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: glam dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: backtrace dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: polling dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: rayon dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: regex dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: regex-syntax dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: xml-rs dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Current failures in CI are caused by |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the patch-updates group with 27 updates:
2.4.2
2.5.0
2.2.0
2.3.0
0.25.0
0.27.0
0.4.1
0.5.0
1.0.114
1.0.115
1.13.1
1.13.2
1.36.0
1.37.0
2.2.5
2.2.6
2.0.52
2.0.57
1.1.2
1.1.3
0.1.77
0.1.79
1.1.0
1.2.0
0.3.69
0.3.71
1.5.0
1.6.0
4.5.2
4.5.4
4.5.0
4.5.4
2.0.1
2.0.2
1.0.10
1.0.11
2.7.1
2.7.2
0.2.13
0.2.14
3.5.0
3.6.0
1.9.0
1.10.0
1.10.3
1.10.4
0.8.2
0.8.3
0.38.31
0.38.32
1.7.0
1.8.0
0.8.19
0.8.20
Updates
bitflags
from 2.4.2 to 2.5.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e5ff0ca
Merge pull request #401 from KodrAus/cargo/2.5.04b51e1d
prepare for 2.5.0 release6965e84
Merge pull request #400 from KodrAus/feat/parser-modes6eaed0b
support truncating or strict-named variants of parsing and formattinge2c8409
Merge pull request #398 from tgross35/patch-173dc066
DeriveDebug
forFlag\<B>
Updates
futures-lite
from 2.2.0 to 2.3.0Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
cdf5d64
v2.3.016333c5
chore: Rename try_stream to drain531c73c
lint: Fix new nightly Clippy lintsd4230bd
Add a Stream::try_stream() method (#70)Updates
glam
from 0.25.0 to 0.27.0Changelog
Sourced from glam's changelog.
... (truncated)
Commits
9f694bc
Implement fract as self - self.trunc() rather than GLSL's self - self.floor()...bb32f1d
ci: Don't use actions-rs actions (#498)121f9b7
Prepare 0.26.0 release. (#496)dd9c3ef
Updated CHANGELOG.246ae4c
Addwith_x
,with_y
, etc. to vector types. (#493)30948c4
Addmove_towards
for vectors (#492)231a867
Update changelog.35a2f76
Respect precision format specifier in Display implementations. (#491)ab85e2a
Add Div and DivAssign by scalar implementations to matrix types. (#489)fb8ef0f
Add From BVecN and BVecNA for all vector types. (#488)Updates
heck
from 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
Updates
serde_json
from 1.0.114 to 1.0.115Release notes
Sourced from serde_json's releases.
Commits
b1ebf38
Release 1.0.115c3dc153
Merge pull request #1119 from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc comments3a3f61b
Temporarily disable miri on doctests4a0be88
Format regression tests with rustfmtd2dbbf7
Ignore dead code lint in tests8e7b37b
Merge pull request #1118 from serde-rs/transparenta25f6c6
Remove conditional on repr(transparent)fedf834
Ignore non_local_definitions false positive in testUpdates
smallvec
from 1.13.1 to 1.13.2Release notes
Sourced from smallvec's releases.
Commits
0089d0a
Bump version to 1.13.2b1d2814
Fix UB on out-of-bounds insert()3057362
Stop passing tag-raw-ptrs to MIRIFLAGSf6665a5
Add more tests for UBUpdates
tokio
from 1.36.0 to 1.37.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
9c337ca
chore: prepare Tokio v1.37.0 (#6435)e542501
io: document cancel safety ofAsyncBufReadExt::fill_buf
(#6431)4601c84
stream: addnext_many
andpoll_next_many
toStreamMap
(#6409)deff252
util: document cancel safety ofSinkExt::send
andStreamExt::next
(#6417)4565b81
sync: add arwlock()
method to ownedRwLock
guards (#6418)3ce4720
sync: addis_closed
,is_empty
, andlen
to mpsc receivers (#6348)8342e4b
util: assert compatibility betweenLengthDelimitedCodec
options (#6414)4c453e9
readme: add description about benchmarks (#6425)1846483
sync: expose strong and weak counts of mpsc sender handles (#6405)baad270
sync: add Semaphore example for limiting the number of outgoing requests (#6419)Updates
indexmap
from 2.2.5 to 2.2.6Changelog
Sourced from indexmap's changelog.
Commits
3f0fffb
Merge pull request #323 from cuviper/mutable33c1a7c
Fixunused_imports
b76ff73
Fixclippy::multiple_bound_locations
0060546
Release 2.2.6210b027
Opt-in mutable access on IndexSetUpdates
syn
from 2.0.52 to 2.0.57Release notes
Sourced from syn's releases.
Commits
9cea040
Release 2.0.573c07b78
Release 2.0.56585df47
Merge pull request #1608 from BD103/deps-featuresd7650b2
chore: bump msrv to 1.60 (pt. 2)4913ab2
chore: bump msrv to 1.60694f604
feat: use optional dependency feature syntax?
6c7c709
refactor: usedep:
prefix forquote
dependencyc7f734d
Explicitly install a Rust toolchain for cargo-outdated jobdcd74f5
Merge pull request #1605 from dtolnay/workspacewrapper3748333
Apply RUSTC_WORKSPACE_WRAPPERUpdates
aho-corasick
from 1.1.2 to 1.1.3Commits
56256dc
1.1.31b64b22
simd: fix big-endian aarch64 build59b3655
style: clean up lint violationsf227162
benchmarks: import jetscii's benchmarks964a2d5
benchmarks: update aho-corasick engine lock fileUpdates
async-trait
from 0.1.77 to 0.1.79Release notes
Sourced from async-trait's releases.
Commits
1eb21ed
Release 0.1.7982cb95c
Resolve unused field of ReplaceSelf syntax tree visitorcd8286b
Update ui test suite to nightly-2024-03-22c73061d
Release 0.1.78b6314bc
Refactor inferred bound filtering8d51928
Merge pull request #262 from dtolnay/asyncspanc98a408
Minimize use of async token's span in expanded code2f5343c
Merge pull request #261 from dtolnay/inferredbound1a01bb4
Skip needlessly generating inferred bounds during ?Sende68d68c
Merge pull request #260 from dtolnay/qualificationsUpdates
autocfg
from 1.1.0 to 1.2.0Commits
c10bc17
Merge pull request #57 from cuviper/release-1.2.01c029e4
Fixclippy::needless_borrows_for_generic_args
8fbf203
Release 1.2.07f3e58b
Merge pull request #56 from cuviper/wrappers1ca2af8
SupportRUSTC_WRAPPER
andRUSTC_WORKSPACE_WRAPPER
cf17815
Merge pull request #27 from cuviper/set_no_std32c1170
Use consistent verb form in docs3c2cf0e
Add getterno_std()
and setterset_no_std(bool)
5e07f6a
Merge pull request #55 from cuviper/farewell-bors8717f69
Add a summary CI jobUpdates
backtrace
from 0.3.69 to 0.3.71Release notes
Sourced from backtrace's releases.
... (truncated)
Commits
7be8953
rust-lang/backtrace-rs#599
c31ea5b
rust-lang/backtrace-rs#602
193125a
rust-lang/backtrace-rs#601
bdc8b82
Merge pull request #598 from workingjubilee/pull-back-msrvedc9f5c
hack out binary size checks4c8fe97
add Windows to MSRV tests84dfe24
hack CI3f08ec0
Pull back MSRV-breaking ptr::from_ref6fa4b85
rust-lang/backtrace-rs#592
ea7dc8e
rust-lang/backtrace-rs#591
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
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
clap_derive
from 4.5.0 to 4.5.4Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
fastrand
from 2.0.1 to 2.0.2Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
a8f98b4
v2.0.2dda0fe8
Remove unnecesary instantiation35b0ae3
Fix typo (#76)f577814
Always set #![no_std] to fix redundant import warning034e668
docs: Fix CI badge link in readmeUpdates
itoa
from 1.0.10 to 1.0.11Release notes
Sourced from itoa's releases.
Commits
8f39203
Release 1.0.11eeca57d
Touch up commentsea29bbd
Merge pull request #42 from anforowicz/more-granular-unsafe-blocks526d4e4
Explicitly install a Rust toolchain for cargo-outdated jobfde7fa5
More granularunsafe
blocks.d5e45f2
Temporarily disable miri on doctestsUpdates
memchr
from 2.7.1 to 2.7.2Commits
20ef11f
2.7.21e4b8a8
wasm32: require 'simd128' to be enabled at compile timee02697b
ci: bump actions/checkout to v4b12ad6d
ci: reintroduce x86-64 test for non-SSE environment21def52
style: fix dead_code lint