-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(deps): bump the cargo-dependencies group across 1 directory with 24 updates #371
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
…h 24 updates Bumps the cargo-dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` | | [axum](https://github.com/tokio-rs/axum) | `0.7.7` | `0.7.9` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.164` | | [linkme](https://github.com/dtolnay/linkme) | `0.3.29` | `0.3.31` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.67` | `1.0.69` | | [libbpf-rs](https://github.com/libbpf/libbpf-rs) | `0.24.6` | `0.24.8` | | [libbpf-cargo](https://github.com/libbpf/libbpf-rs) | `0.24.6` | `0.24.8` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.34` | `1.2.1` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.8` | `0.4.9` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | Updates `anyhow` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.92...1.0.93) Updates `axum` from 0.7.7 to 0.7.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.7...axum-v0.7.9) Updates `clap` from 4.5.20 to 4.5.21 - [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.20...clap_complete-v4.5.21) Updates `libc` from 0.2.161 to 0.2.164 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.161...0.2.164) Updates `linkme` from 0.3.29 to 0.3.31 - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](dtolnay/linkme@0.3.29...0.3.31) Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) Updates `thiserror` from 1.0.67 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.67...1.0.69) Updates `libbpf-rs` from 0.24.6 to 0.24.8 - [Release notes](https://github.com/libbpf/libbpf-rs/releases) - [Commits](libbpf/libbpf-rs@v0.24.6...v0.24.8) Updates `libbpf-cargo` from 0.24.6 to 0.24.8 - [Release notes](https://github.com/libbpf/libbpf-rs/releases) - [Commits](libbpf/libbpf-rs@v0.24.6...v0.24.8) Updates `anstream` from 0.6.17 to 0.6.18 - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18) Updates `cc` from 1.1.34 to 1.2.1 - [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.34...cc-v1.2.1) Updates `clap_builder` from 4.5.20 to 4.5.21 - [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.20...v4.5.21) Updates `clap_lex` from 0.7.2 to 0.7.3 - [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_lex-v0.7.2...clap_lex-v0.7.3) Updates `csv` from 1.3.0 to 1.3.1 - [Commits](BurntSushi/rust-csv@1.3.0...1.3.1) Updates `fastrand` from 2.1.1 to 2.2.0 - [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.1...v2.2.0) Updates `flate2` from 1.0.34 to 1.0.35 - [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.34...1.0.35) Updates `linkme-impl` from 0.3.29 to 0.3.31 - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](dtolnay/linkme@0.3.29...0.3.31) Updates `regex-automata` from 0.4.8 to 0.4.9 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits/regex-automata-0.4.9) Updates `rustix` from 0.38.38 to 0.38.40 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.38...v0.38.40) Updates `serde_derive` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `serde_json` from 1.0.132 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.133) Updates `thiserror-impl` from 1.0.67 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.67...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: linkme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: libbpf-rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: libbpf-cargo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: cc dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: csv dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: linkme-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: regex-automata dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: serde_json dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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
Nov 18, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/cargo-dependencies-a8f9764473
branch
November 22, 2024 23:27
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 cargo-dependencies group with 19 updates in the / directory:
1.0.92
1.0.93
0.7.7
0.7.9
4.5.20
4.5.21
0.2.161
0.2.164
0.3.29
0.3.31
1.0.214
1.0.215
3.13.0
3.14.0
1.41.0
1.41.1
1.0.67
1.0.69
0.24.6
0.24.8
0.24.6
0.24.8
0.6.17
0.6.18
1.1.34
1.2.1
0.7.2
0.7.3
1.3.0
1.3.1
2.1.1
2.2.0
1.0.34
1.0.35
0.4.8
0.4.9
1.0.132
1.0.133
Updates
anyhow
from 1.0.92 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2Updates
axum
from 0.7.7 to 0.7.9Release notes
Sourced from axum's releases.
Commits
9983bc1
Bump versionsa8ce6fa
axum-extra: Add links to features table (#3030)ce3d429
fix: Avoid setting content-length before middleware (#3031)893bb75
CI: allowpin-project-lite
in public dependencies (#3020)feee742
Bump versionsda45802
Some documentation fixes (#3027)8bc326c
Improve docs regarding state and extensions (#2991)b30cdcf
Remove unneeded macro usage (#2995)1858043
fix(sse): skip sse incompatible chars ofserde_json::RawValue
(#2992)43814c1
Fix TSR redirecting to top-level inside nested Router (#2993)Updates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
libc
from 0.2.161 to 0.2.164Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
dad00cb
chore: release v0.2.16401ce562
Merge pull request #4051 from tgross35/stable-ci8153ac1
Merge pull request #4049 from tgross35/rust-version5f0d183
Merge pull request #4040 from tgross35/stable-msrv5125160
Merge pull request #4027 from rust-lang/release-plz-2024-11-12T07-15-20Z6093ce0
MacOS: moveifconf
tos_no_extra_traits
a4b5bf8
Remove the "main" workflowd7b6bf0
ci: Remove tests with rust < 1.630a976d3
ci: trim trailing whitespacecfd7ebf
chore: release v0.2.163Updates
linkme
from 0.3.29 to 0.3.31Release notes
Sourced from linkme's releases.
Commits
3c09b2b
Release 0.3.3123f271c
Merge pull request #105 from dtolnay/debug310fb2b
Delete redundant DistributedSlice impl block9156041
Implement Debug for DistributedSlice2890326
Merge pull request #104 from dtolnay/refoptionref1096508
Ignore ref_option_ref pedantic clippy lint in generated code2c96488
Release 0.3.300b94c7e
Merge pull request #102 from dtolnay/rust2024107cd3c
Reorder test lint settings to ignore unknown rust-2024-compatibility in old r...42a27d9
Add CI job on Rust 1.82 to test unsafe attrsUpdates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
tempfile
from 3.13.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)Updates
tokio
from 1.41.0 to 1.41.1Release notes
Sourced from tokio's releases.
Commits
bb7ca75
chore: prepare Tokio v1.41.1 (#6959)4a34b77
metrics: fix bug with wrong number of buckets for the histogram (#6957)8897885
docs: fix mismatched backticks in CONTRIBUTING.md (#6951)0dbdd19
ci: update cargo-check-external-types to 0.1.13 (#6949)94e55c0
net: fix typo inTcpStream
internal comment (#6944)4468f27
metrics: fixed flakyworker_steal_count
test (#6932)070a825
metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401c
net: displaynet
requirement fornet::UdpSocket
in docs (#6938)0c01fd2
ci: use patched version of cargo-check-external-types to fix CI failure (#6937)ebe2416
ci: use cargo deny (#6931)Updates
thiserror
from 1.0.67 to 1.0.69Release notes
Sourced from thiserror's releases.
Commits
41938bd
Release 1.0.699d6506e
Merge pull request #382 from dtolnay/hang591a44d
Fix fallback fmt expression parser hang5b36e37
Add ui test of invalid expression syntax in display attribute8d06fb5
Release 1.0.68372fd8a
Merge pull request #344 from dtolnay/binop08f8992
Disregard equality binop in fallback parserd2a823d
Merge pull request #343 from dtolnay/unnamedb3bf7a6
Add logic to determine whether unnamed fmt arguments are present490f9c0
Merge pull request #342 from dtolnay/synfullUpdates
libbpf-rs
from 0.24.6 to 0.24.8Release notes
Sourced from libbpf-rs's releases.
Commits
288befd
Release 0.24.87d3502b
Properly define ProgramAttachType variants in terms of libbpf-sys constantsc434959
build(deps): bump tempfile from 3.11.0 to 3.14.0b45de35
Properly define MapType variants in terms of libbpf-sys constants59c10bf
Properly define ProgramType variants in terms of libbpf-sys constants6efeb6d
Fix documentation for PerfBufferBuilder callback typesdb64ee9
Fix documentation of MapCore::delete_batch()7e1de69
Eliminate a couple of Clippy warningsbda2de7
Remove unnecessary casts62130a0
Fix documentation of MapCore::update_batch()Updates
libbpf-cargo
from 0.24.6 to 0.24.8Release notes
Sourced from libbpf-cargo's releases.
Commits
288befd
Release 0.24.87d3502b
Properly define ProgramAttachType variants in terms of libbpf-sys constantsc434959
build(deps): bump tempfile from 3.11.0 to 3.14.0b45de35
Properly define MapType variants in terms of libbpf-sys constants59c10bf
Properly define ProgramType variants in terms of libbpf-sys constants6efeb6d
Fix documentation for PerfBufferBuilder callback typesdb64ee9
Fix documentation of MapCore::delete_batch()7e1de69
Eliminate a couple of Clippy warningsbda2de7
Remove unnecessary casts62130a0
Fix documentation of MapCore::update_batch()Updates
anstream
from 0.6.17 to 0.6.18Commits
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229 from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227 from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happyUpdates
cc
from 1.1.34 to 1.2.1Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
19fa89e
chore: release v1.2.1 (#1289)76a3970
When invokingcl -?
, set stdin to null (#1288)a0441c3
chore: release v1.1.38 (#1286)837ad79
feat: add i686-pc-windows-gnullvm prefix detection (#1283)58bd974
windows_registry: Allow only specifying the architecture (#1285)aa4a6cf
Fix WASM vs. WASI options (#1284)5835783
chore: release v1.1.37 (#1282)15d2f7d
Use relative directory for obj files hash (#1270)8120aed
Regenerate target info (#1280)2050013
chore: release v1.1.36 (#1274)Updates
clap_builder
from 4.5.20 to 4.5.21Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813 from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerUpdates
clap_lex
from 0.7.2 to 0.7.3Changelog
Sourced from clap_lex's changelog.
Commits
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813 from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerUpdates
csv
from 1.3.0 to 1.3.1Commits
00b80bd
1.3.1ce01ae7
reader: tweak record trimming logic06764b9
github: add FUNDING533d37b
ci: bump pinned to Rust 1.65Updates
fastrand
from 2.1.1 to 2.2.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
1b93479
v2.2.08ad2283
ci: Use "v2.0.0" branch for security check (#91)cfc0ab0
Update rustsec/audit-check branch name to main6dee614
Expose missing fill method in global_rng moduleUpdates
flate2
from 1.0.34 to 1.0.35Release notes
Sourced from flate2's releases.
Commits
14aec22
Merge pull request #439 from folkertdev/update-zlib-rs-0.4.0eff67ad
upgrade zlib-rs to version0.4.0
ce18d3a
Merge pull request #438 from jdno/upgrade-action74841c5
Upgrade actions/upload-artifactUpdates
linkme-impl
from 0.3.29 to 0.3.31Release notes
Sourced from linkme-impl's releases.
Commits
3c09b2b
Release 0.3.3123f271c
Merge pull request #105 from dtolnay/debug310fb2b
Delete redundant DistributedSlice impl block9156041
Implement Debug for DistributedSlice2890326
Merge pull request #104 from dtolnay/refoptionref1096508
Ignore ref_option_ref pedantic clippy lint in generated code2c96488
Release 0.3.300b94c7e
Merge pull request #102 from dtolnay/rust2024107cd3c
Reorder test lint settings to ignore unknown rust-2024-compatibility in old r...42a27d9
Add CI job on Rust 1.82 to test unsafe attrsUpdates
regex-automata
from 0.4.8 to 0.4.9Commits
Updates
rustix
from 0.38.38 to 0.38.40Commits
309c288
chore: Release rustix version 0.38.40feb5227
Clarifygetppid
documentation: explain howNone
can occur (#1209)81021ad
DisableAF_NCA
,VSTATUS
,VERASE2
, andfcntl_lock
on Solaris. (#1211)c9d06b2
Migrate from wasm32-wasi (no longer exists on nightly) to wasm32-wasip1 (#1210)8c50519
Disable epoll support on Solaris. (#1208)827830f
chore: Release rustix version 0.38.39