-
Notifications
You must be signed in to change notification settings - Fork 961
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 #6195
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-updates group with 27 updates: | Package | From | To | | --- | --- | --- | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.17.0` | `1.17.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.4.0` | `2.5.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.1` | `0.17.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.77` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.15` | | [const_panic](https://github.com/rodrimati1992/const_panic) | `0.2.8` | `0.2.9` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.1.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.32` | `1.0.33` | | [generator](https://github.com/Xudong-Huang/generator-rs) | `0.8.2` | `0.8.3` | | [mio](https://github.com/tokio-rs/mio) | `1.0.1` | `1.0.2` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` | | [num_enum_derive](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` | | [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.4` | | [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.1.0` | `3.2.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.34` | `0.38.35` | | [sctk-adwaita](https://github.com/PolyMeilex/sctk-adwaita) | `0.8.1` | `0.8.3` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` | | [toml_edit](https://github.com/toml-rs/toml) | `0.21.1` | `0.22.20` | | [tracy-client-sys](https://github.com/nagisa/rust_tracy_client) | `0.23.0` | `0.24.0` | | [wayland-client](https://github.com/smithay/wayland-rs) | `0.31.2` | `0.31.5` | | [wayland-cursor](https://github.com/smithay/wayland-rs) | `0.31.1` | `0.31.5` | | [wayland-scanner](https://github.com/smithay/wayland-rs) | `0.31.1` | `0.31.4` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.40` | `0.6.18` | Updates `bytemuck` from 1.17.0 to 1.17.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.17.0...v1.17.1) Updates `indexmap` from 2.4.0 to 2.5.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.4.0...2.5.0) Updates `serde` from 1.0.208 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.209) Updates `serde_json` from 1.0.125 to 1.0.127 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.125...1.0.127) Updates `tracy-client` from 0.17.1 to 0.17.3 - [Commits](nagisa/rust_tracy_client@tracy-client-v0.17.1...tracy-client-v0.17.3) Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) Updates `syn` from 2.0.75 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.75...2.0.77) Updates `cc` from 1.1.13 to 1.1.15 - [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.13...cc-v1.1.15) Updates `const_panic` from 0.2.8 to 0.2.9 - [Release notes](https://github.com/rodrimati1992/const_panic/releases) - [Changelog](https://github.com/rodrimati1992/const_panic/blob/main/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_panic/commits) Updates `fastrand` from 2.1.0 to 2.1.1 - [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.1.0...v2.1.1) Updates `flate2` from 1.0.32 to 1.0.33 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.32...1.0.33) Updates `generator` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/Xudong-Huang/generator-rs/releases) - [Commits](Xudong-Huang/generator-rs@0.8.2...0.8.3) Updates `mio` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.1...v1.0.2) Updates `num_enum` from 0.7.2 to 0.7.3 - [Commits](illicitonion/num_enum@0.7.2...0.7.3) Updates `num_enum_derive` from 0.7.2 to 0.7.3 - [Commits](illicitonion/num_enum@0.7.2...0.7.3) Updates `object` from 0.36.3 to 0.36.4 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](gimli-rs/object@0.36.3...0.36.4) Updates `proc-macro-crate` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/commits/v3.2.0) Updates `rustix` from 0.38.34 to 0.38.35 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.34...v0.38.35) Updates `sctk-adwaita` from 0.8.1 to 0.8.3 - [Release notes](https://github.com/PolyMeilex/sctk-adwaita/releases) - [Changelog](https://github.com/PolyMeilex/sctk-adwaita/blob/master/CHANGELOG.md) - [Commits](https://github.com/PolyMeilex/sctk-adwaita/commits) Updates `serde_derive` from 1.0.208 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.209) Updates `toml_edit` from 0.21.1 to 0.22.20 - [Commits](toml-rs/toml@v0.21.1...v0.22.20) Updates `tracy-client-sys` from 0.23.0 to 0.24.0 - [Commits](nagisa/rust_tracy_client@tracy-client-sys-v0.23.0...tracy-client-sys-v0.24.0) Updates `wayland-client` from 0.31.2 to 0.31.5 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-cursor` from 0.31.1 to 0.31.5 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-scanner` from 0.31.1 to 0.31.4 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `winnow` from 0.5.40 to 0.6.18 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.40...v0.6.18) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracy-client 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: quote 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: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: const_panic 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: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: generator dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: num_enum dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: num_enum_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: object dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro-crate dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: sctk-adwaita dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: tracy-client-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: wayland-client dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-cursor dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-scanner dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Sep 2, 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 patch-updates group with 27 updates:
1.17.0
1.17.1
2.4.0
2.5.0
1.0.208
1.0.209
1.0.125
1.0.127
0.17.1
0.17.3
1.39.3
1.40.0
1.0.36
1.0.37
2.0.75
2.0.77
1.1.13
1.1.15
0.2.8
0.2.9
2.1.0
2.1.1
1.0.32
1.0.33
0.8.2
0.8.3
1.0.1
1.0.2
0.7.2
0.7.3
0.7.2
0.7.3
0.36.3
0.36.4
3.1.0
3.2.0
0.38.34
0.38.35
0.8.1
0.8.3
1.0.208
1.0.209
0.21.1
0.22.20
0.23.0
0.24.0
0.31.2
0.31.5
0.31.1
0.31.5
0.31.1
0.31.4
0.5.40
0.6.18
Updates
bytemuck
from 1.17.0 to 1.17.1Changelog
Sourced from bytemuck's changelog.
Commits
dc059fd
chore: Release bytemuck version 1.17.14bd5008
changelog.3f42bec
Force#[repr(C)]
layout to guarantee same offset ofunion
fields. (#268)Updates
indexmap
from 2.4.0 to 2.5.0Changelog
Sourced from indexmap's changelog.
Commits
48ed490
Release 2.5.0139d7ad
Merge pull request #340 from cuviper/insert-bounds1d9b5e3
Add doc examples forinsert_before
andshift_insert
8ca01b0
Useinsert_before
for "new" entries ininsert_sorted
7224def
Addinsert_before
as an alternate toshift_insert
0247a15
Document and assert index bounds inshift_insert
922c6ad
Update the CI badgee482e17
Merge pull request #342 from cuviper/btree-likeb63e4a1
Merge pull request #341 from cuviper/from-entry264e5b7
Add doc aliases likeBTreeMap
/BTreeSet
Updates
serde
from 1.0.208 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
serde_json
from 1.0.125 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
tracy-client
from 0.17.1 to 0.17.3Commits
fee9103
Update Tracy client bindings to v0.11.1953bfe0
fix versioning6f161b5
Bump versions2dd3458
Invert text onverify
to avoid indirection by negation.57896f6
invert features from no-verify -> verify0a430f4
put TRACY_NO_VERIFY behind a feature09134ed
Perf: Disable TRACY_NO_VERIFY to reduce instrumentation overheadUpdates
tokio
from 1.39.3 to 1.40.0Release notes
Sourced from tokio's releases.
Commits
ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)Updates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
syn
from 2.0.75 to 2.0.77Release notes
Sourced from syn's releases.
Commits
6232266
Release 2.0.7797acbf0
Merge pull request #1727 from dtolnay/exprparena3b5a5c
Support parsing Expr::Tuple in derive3c24f57
Run upload-artifact action regardless of previous step failure78608a3
Upload CI Cargo.lock for reproducing failuresef3e9c6
Release 2.0.768f7365f
Merge pull request #1725 from dtolnay/tailcall6cddd9e
Make tail call expr mandatoryUpdates
cc
from 1.1.13 to 1.1.15Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
41535f6
chore: release (#1195)ad5d37b
Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabi...ff5fc7a
chore: release (#1191)5b4bd71
Merge pull request #1190 from russelltg/msvc_in_customcommandc2aa0d3
msvc: allow finding tools from path if VisualStudioDir is setUpdates
const_panic
from 0.2.8 to 0.2.9Commits
Updates
fastrand
from 2.1.0 to 2.1.1Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
9d1a66f
v2.1.1d05504d
bugfix: Remove 128-bit value generator7e60c7f
chore: Forgot to bump the versionUpdates
flate2
from 1.0.32 to 1.0.33Release notes
Sourced from flate2's releases.
Commits
50852c6
Merge pull request #425 from NobodyXu/patch-1a2df1db
bump tested MSRV to 1.6366c6907
bump patch level for new release that builds with-Zminimal-versions
a5d38e8
increase minimal versions oflibz-ng-sys
andlibz-sys
to their latest rel...80fc1e5
Do not check msrv for feature zlib-rsb332bac
Run msrv with different featuresf51da32
Run msrv CI on windows and macos387b9c6
Fix msrv: Run msrv checks with minimal versionsUpdates
generator
from 0.8.2 to 0.8.3Commits
9ee3651
📝 bump version to 0.8.3fcfb7b5
📝 temp remove andriod x64 support7cbdf0a
📝 update CI test name5280f6a
📝 enable stable test in CI969027c
📝 refine context root thread locala298081
📝 add msrv 1.77 (#61)f848c65
Add init_fn definition for loongarch640141c88
Remove duplicate import of InitFnUpdates
mio
from 1.0.1 to 1.0.2Changelog
Sourced from mio's changelog.
Commits
e66deb9
Release v1.0.259c5da6
Fix Hermit build38d1946
fixup! Copy illumos waker pipe work around to eventfd619c909
Copy illumos waker pipe work around to eventfdUpdates
num_enum
from 0.7.2 to 0.7.3Commits
86d359f
Prep for 0.7.3 (#155)456c95d
Remove travis badge (#153)b006342
fix: filter catch_all variant in EnumInfo methods (#150)c12fb92
Run metadata consistency checks in CI (#152)4d25890
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)Updates
num_enum_derive
from 0.7.2 to 0.7.3Commits
86d359f
Prep for 0.7.3 (#155)456c95d
Remove travis badge (#153)b006342
fix: filter catch_all variant in EnumInfo methods (#150)c12fb92
Run metadata consistency checks in CI (#152)4d25890
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)Updates
object
from 0.36.3 to 0.36.4Changelog
Sourced from object's changelog.
Commits
8469876
Release 0.36.43efd539
Fix warnings with macho feature disabledd8583c3
Fix clippy warnings3f15dc5
Update Cargo.lock04d90d4
Update wasmparser9c0b256
read: add check for uncompressed data size (#723)3872c29
elf: add 2 section flag constants (#720)112417e
write/coff: Set checksum for BSS section symbols (#718)48f6b29
Add new pe::IMAGE_FILE_MACHINE_ constants (#717)Updates
proc-macro-crate
from 3.1.0 to 3.2.0Release notes
Sourced from proc-macro-crate's releases.
Commits
Updates
rustix
from 0.38.34 to 0.38.35Commits
629de02
chore: Release rustix version 0.38.35c4c4511
Miscellaneous documentation fixes. (#1142)b978851
Fixelided_lifetimes_in_paths
warnings. (#1141)5ee37f5
Disable thefutex
deprecation for now. (#1138)e8bcc80
Add more documentation for inotify. (#1140)3bf3410
Addinotify::
qualifiers to the inotify deprecation messages. (#1136)547fbe7
Add a module-level example comment to the shm module. (#1137)8da70cb
Miscellaneous documentation and clippy fixes for epoll. (#1135)e2014c5
Miscellaneous documentation and clippy fixes for futex. (#1134)d0c4b8f
Add moreepoll::
qualifiers to epoll's public API. (#1132)Updates
sctk-adwaita
from 0.8.1 to 0.8.3Release notes
Sourced from sctk-adwaita's releases.
Changelog
Sourced from sctk-adwaita's changelog.
Commits
Updates
serde_derive
from 1.0.208 to 1.0.209Release notes
Sourced from serde_derive's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
toml_edit
from 0.21.1 to 0.22.20Commits
a7a9611
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 linesa73c512
chore: Release7b91b30
docs: Update changelogUpdates
tracy-client-sys
from 0.23.0 to 0.24.0Commits
fee9103
Update Tracy client bindings to v0.11.1953bfe0
fix versioning6f161b5
Bump versions2dd3458
Invert text onverify
to avoid indirection by negation.57896f6
invert features from no-verify -> verify0a430f4
put TRACY_NO_VERIFY behind a feature09134ed
Perf: Disable TRACY_NO_VERIFY to reduce instrumentation overheadUpdates
wayland-client
from 0.31.2 to 0.31.5Commits
Updates
wayland-cursor
from 0.31.1 to 0.31.5Commits
Updates
wayland-scanner
from 0.31.1 to 0.31.4Commits
Updates
winnow
from 0.5.40 to 0.6.18Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
132b280
chore: Release79eab7b
perf(stream): Ensure Checkpoint operations are inlinedbf23cd2
chore: Release877bfb6
docs: Update changeloge746a0f
Merge pull request #577 from epage/ord4ff0f9c
feat(stream): Make Checkpoints comparable103d9e7
Merge pull request #576 from epage/docsfa65369
docs(tutorial): Be more explicit about ParseError's role67d3604
Merge pull request #574 from epage/template71049c3
refactor: Move off of deprecated codeDependabot 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