forked from firecracker-microvm/firecracker
-
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
build(deps): Bump the firecracker group with 32 updates #106
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 firecracker group with 32 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.4` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` | | [syn](https://github.com/dtolnay/syn) | `2.0.52` | `2.0.57` | | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [timerfd](https://github.com/main--/rust-timerfd) | `1.5.0` | `1.6.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.3` | `1.10.4` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.2` | `1.1.3` | | [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.4` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.5` | `2.2.6` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.3.8` | `0.4.13` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.16` | `0.2.17` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.37.27` | `0.38.31` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.13.1` | `1.13.2` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [toml](https://github.com/toml-rs/toml) | `0.8.11` | `0.8.12` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.7` | `0.22.9` | | [windows-sys](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.52.0` | | [windows-targets](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_aarch64_gnullvm](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_aarch64_msvc](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_i686_gnu](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_i686_msvc](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_x86_64_gnu](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_x86_64_gnullvm](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.0` | | [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) | `0.48.5` | `0.52.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 `proc-macro2` from 1.0.78 to 1.0.79 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.78...1.0.79) 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 `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 `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 `thiserror` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) Updates `timerfd` from 1.5.0 to 1.6.0 - [Commits](https://github.com/main--/rust-timerfd/commits) 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 `aho-corasick` from 1.1.2 to 1.1.3 - [Commits](BurntSushi/aho-corasick@1.1.2...1.1.3) Updates `autocfg` from 1.1.0 to 1.2.0 - [Commits](cuviper/autocfg@1.1.0...1.2.0) 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 `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 `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 `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 `linux-raw-sys` from 0.3.8 to 0.4.13 - [Commits](sunfishcode/linux-raw-sys@v0.3.8...v0.4.13) Updates `memchr` from 2.7.1 to 2.7.2 - [Commits](BurntSushi/memchr@2.7.1...2.7.2) Updates `prettyplease` from 0.2.16 to 0.2.17 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.16...0.2.17) 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.37.27 to 0.38.31 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.37.27...v0.38.31) 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 `thiserror-impl` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) Updates `toml` from 0.8.11 to 0.8.12 - [Commits](toml-rs/toml@toml-v0.8.11...toml-v0.8.12) Updates `toml_edit` from 0.22.7 to 0.22.9 - [Commits](toml-rs/toml@v0.22.7...v0.22.9) Updates `windows-sys` from 0.48.0 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.0...0.52.0) Updates `windows-targets` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_aarch64_gnullvm` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_aarch64_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_i686_gnu` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_i686_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_gnu` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_gnullvm` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) Updates `windows_x86_64_msvc` from 0.48.5 to 0.52.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.48.5...0.52.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: timerfd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: heck dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: regex-syntax dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: smallvec dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows-targets dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_aarch64_gnullvm dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_aarch64_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_i686_gnu dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_i686_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_gnu dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_gnullvm dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: windows_x86_64_msvc dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
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
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 firecracker group with 32 updates:
4.5.2
4.5.4
1.0.78
1.0.79
2.0.52
2.0.57
1.7.0
1.8.0
1.0.114
1.0.115
1.0.57
1.0.58
1.5.0
1.6.0
1.10.3
1.10.4
1.1.2
1.1.3
1.1.0
1.2.0
4.5.0
4.5.4
0.4.1
0.5.0
2.2.5
2.2.6
1.0.10
1.0.11
0.3.8
0.4.13
2.7.1
2.7.2
0.2.16
0.2.17
0.8.2
0.8.3
0.37.27
0.38.31
1.13.1
1.13.2
1.0.57
1.0.58
0.8.11
0.8.12
0.22.7
0.22.9
0.48.0
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
0.48.5
0.52.0
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
proc-macro2
from 1.0.78 to 1.0.79Release notes
Sourced from proc-macro2's releases.
Commits
4ba4ab1
Release 1.0.79b176581
Prevent new lint from turning off nightly span support under -Dwarningsb9cd864
Fix dead_code warning on fallback SourceFilee94f432
Ignore incompatible_msrv clippy lint for conditionally compiled code18c75c6
Ignore dead_code warning in test5cd21eb
Update ui test suite to nightly-2024-02-01Updates
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
uuid
from 1.7.0 to 1.8.0Release notes
Sourced from uuid's releases.
Commits
0f2aaae
Merge pull request #747 from uuid-rs/cargo/1.8.001d16c3
prepare for 1.8.0 releasee4746bc
Merge pull request #745 from uuid-rs/ci/outdatedd0396ad
Merge pull request #746 from uuid-rs/chore/draft-link9415ed4
Merge pull request #743 from koshell/main951e8e3
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web101aa84
add v6 to v8 draft link to README84dcbba
run outdated on a scheduleca952b1
add a workflow for running cargo outdatedabe995a
Make the toml longer, more complicated, and functionalUpdates
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
thiserror
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintUpdates
timerfd
from 1.5.0 to 1.6.0Commits
Updates
regex
from 1.10.3 to 1.10.4Commits
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata publicUpdates
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
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
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
heck
from 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
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
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
linux-raw-sys
from 0.3.8 to 0.4.13Commits
ad726d4
chore: Release linux-raw-sys version 0.4.13bf7971e
Add support for packet MMAP (#103) (#104)6724721
update ioctl of csky (#105)60ebea3
Add missing features to docs.rs metadata (#102)4c2fb60
chore: Release linux-raw-sys version 0.4.12f606498
Regenerate generated files.c1ad06b
Add support for riscv32 (#95)ec4c1d0
Regenerate generated files.48af48b
Move mempolicy.h to its own module. (#99)a60a303
Update generated ioctl files. (#100)Updates
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 lint14823b4
ci: remove x86-64 test for non-SSE environmente1c10c5
benchmarks: add stringzilla to appropriate definitions328df56
benchmarks: add 'stringzilla'cedf318
benchmarks: add measurements for memchr 2.7 on aarch64d419718
benchmarks: add measurements for memchr 2.7 on x86-64Updates
prettyplease
from 0.2.16 to 0.2.17Release notes
Sourced from prettyplease's releases.
Commits
0875d2d
Release 0.2.177f0aef1
Merge pull request #70 from dtolnay/selfasa899304
Preserve braces in 'use path::to::{self as rename}'d8b3595
Revert "Temporarily disable prettyplease-update-examples in CI"c49b5fe
Temporarily disable prettyplease-update-examples in CI2b6085f
Update test suite to nightly-2024-03-06d54ac46
Merge pull request #66 from dtolnay/exhaustivebcbb5fc
Pick up changes to non_exhaustive_omitted_patterns lintUpdates
regex-syntax
from 0.8.2 to 0.8.3Commits
d895bd9
regex-syntax-0.8.3f5d0b69
syntax: accept{,n}
as an equivalent to{0,n}
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata public0c09903
1.10.3Updates
rustix
from 0.37.27 to 0.38.31Release notes
Sourced from rustix's releases.
Commits
8a7ff3c
chore: Release rustix version 0.38.31d268591
Fix compilation on i686-apple-darwin. (#1000)6ec74e0
Fix handling of negative timestamps inStat
. (#999)85eea13
Fix callingproc_self_status()
more than once. (#995)916887b
Add epoll support for Redox (#985)9e9c4ec
chore: Update actions/checkout in GitHub Actions workflows to v4 (#988)6aa3221
Fix some typos (#987)3e3cf73
Fix typos regarding stdout safety (#993)aecc981
chore: Release rustix version 0.38.30f546573
Fix errors with char signedness. (#984)Updates
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
thiserror-impl
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror-impl's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintUpdates
toml
from 0.8.11 to 0.8.12Commits
3a777b3
chore: Release7979905
docs: Update changelog487768d
Merge pull request #703 from epage/overflow6987f77
chore(ci): Run with default opt-level21f545d
fix(parser): Don't stackoverflow on opt-level=0af1f97d
refactor(parser): Pull recursion limit out to variableUpdates
toml_edit
from 0.22.7 to 0.22.9Commits
bb92dc3
chore: Release85713ec
docs: Update changelog2dc02c0
Merge pull request #704 from epage/spanddb5bf0
feat(edit): Make it easier to access spans3a777b3
chore: Release7979905
docs: Update changelog487768d
Merge pull request #703 from epage/overflow6987f77
chore(ci): Run with default opt-level21f545d
fix(parser): Don't stackoverflow on opt-level=0af1f97d
refactor(parser): Pull recursion limit out to variableUpdates
windows-sys
from 0.48.0 to 0.52.0Release notes
Sourced from windows-sys's releases.
... (truncated)
Commits
3a605cb
Add crate-specific readme files (#2703)a80df1e
Addwindows-version
crate (#2702)c70019f
Perform checked integral type conversions for APIs (#2699)1a2a992
Documentimplement
andinterface
macros (#2696)ab61477
Small bindgen refactor and tools refresh (#2695)f6fe766
Optimize tick trimming (#2689)ec66a9b
Fix link from docs.rs to full API documentation (#2688)30e0fbb
Simplify code generation (#2686)22de1c9
Simplify metadata filtering (#2684)462f941
Add bindgen config option to disable generating inner attributes (#2683)Updates
windows-targets
from 0.48.5 to 0.52.0Commits
3a605cb
Add crate-specific readme files (#2703)a80df1e
Addwindows-version
crate (