-
Notifications
You must be signed in to change notification settings - Fork 2.2k
build(deps): Bump the firecracker group with 9 updates #4951
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
Conversation
Bumps the firecracker group with 9 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.11` | `0.8.13` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [libc](https://github.com/rust-lang/libc) | `0.2.167` | `0.2.168` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.20.5` | `0.21.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.2` | `1.2.3` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.3` | `0.7.4` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.41` | `0.38.42` | Updates `thiserror` from 2.0.3 to 2.0.6 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.6) Updates `zerocopy` from 0.8.11 to 0.8.13 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.11...v0.8.13) Updates `clap` from 4.5.21 to 4.5.23 - [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.21...clap_complete-v4.5.23) Updates `libc` from 0.2.167 to 0.2.168 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.167...0.2.168) Updates `cargo_toml` from 0.20.5 to 0.21.0 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main) Updates `cc` from 1.2.2 to 1.2.3 - [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.2.2...cc-v1.2.3) Updates `clap_builder` from 4.5.21 to 4.5.23 - [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.21...v4.5.23) Updates `clap_lex` from 0.7.3 to 0.7.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@clap_lex-v0.7.3...clap_lex-v0.7.4) Updates `rustix` from 0.38.41 to 0.38.42 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.41...v0.38.42) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
|
@dependabot unignore |
|
Sorry, the command you entered is not valid. Valid commands: |
|
@dependabot unignore * |
|
No dependency name (*) or ignore conditions found to unignore. |
|
@dependabot unignore unicode-ident |
|
OK, I will stop ignoring the unicode-ident dependency. |
|
@dependabot unignore kvm-bindings |
|
OK, I will stop ignoring the kvm-bindings dependency. |
|
@dependabot recreate |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the firecracker group with 9 updates:
2.0.32.0.60.8.110.8.134.5.214.5.230.2.1670.2.1680.20.50.21.01.2.21.2.34.5.214.5.230.7.30.7.40.38.410.38.42Updates
thiserrorfrom 2.0.3 to 2.0.6Release notes
Sourced from thiserror's releases.
Commits
2075e87Release 2.0.6e9a9085Merge pull request #396 from dtolnay/deprecatedfrom6e8c724Suppress deprecation warning on generated From implscaf585cAdd test of deprecated type in From implf1f159dRelease 2.0.5366a7b2Merge pull request #395 from dtolnay/fallback88a4603Move fallback expansion to separate module6712f8cMerge pull request #394 from dtolnay/deprecated07e7d99Add "in this derive macro expansion" to missing Display errors714229dWork around deprecation warning on generated impl for deprecated typeUpdates
zerocopyfrom 0.8.11 to 0.8.13Release notes
Sourced from zerocopy's releases.
Commits
2c8ef74Release 0.8.13 (#2130)f436922Practice goodSelfhygiene (#2127)ac7b8e8Release 0.8.12 (#2125)8211fbc[derive] Don't emit #[cfg(coverage_nightly)] (#2123)1cc24c0[ci] Roll pinned stable toolchain (#2121)Updates
clapfrom 4.5.21 to 4.5.23Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
7916028chore: Release804498ddocs: Update changelogf9721f1Merge pull request #5695 from epage/valueb04bf72fix(complete)!: Be consistent in value language0e28259chore: Releasee55c986docs: Update changelogc7157dfMerge pull request #5692 from epage/self84252b7fix(complete): Allow completing '.'eded64atest(complete): Verify PathCompleter::dirUpdates
libcfrom 0.2.167 to 0.2.168Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
e6082efchore: release v0.2.16826b5337Merge pull request #4190 from tgross35/backport-ci-artifacts4344e54ci: Upload artifacts created by libc-testabe73abMerge pull request #4187 from tgross35/backport-romanesco1e2da75adding POSIX memccpy and mempcpy GNU extension.7457aa1fix: make Debug impl for unions opaque8592ff9Lift IFA_* constants from linux/gnu to linux069c923Test(semver/linux): Add missing PF_* constants05768aaDocs(linux): Add docs forPF_*constants0e89233Feat(linux): Add new process flagsUpdates
cargo_tomlfrom 0.20.5 to 0.21.0Commits
Updates
ccfrom 1.2.2 to 1.2.3Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
1d96c83chore: release v1.2.3 (#1316)7a263cfEnable manual-run of release-pr.yml (#1318)ec73df9Improve detection of environment when compiling from msbuild or msvc (#1310)b62d8c7Better error message when failing on unknown targets (#1313)75973f4Optimize RustcCodegenFlags (#1305)Updates
clap_builderfrom 4.5.21 to 4.5.23Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
fde45f9chore: Release45d5d7edocs: Update changelog4b82b97chore: Releasea982adfdocs: Update changeloge5624f0Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0fix(lex): Allow an exponent 'E'9ebdf8ctest(lex): Allow 'E' in scientific notation5babafdchore: Releaseac6b09cdocs: Update changelog18a81c4Merge pull request #5836 from omertuc/reqselfUpdates
clap_lexfrom 0.7.3 to 0.7.4Changelog
Sourced from clap_lex's changelog.
Commits
4b82b97chore: Releasea982adfdocs: Update changeloge5624f0Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0fix(lex): Allow an exponent 'E'9ebdf8ctest(lex): Allow 'E' in scientific notation5babafdchore: Releaseac6b09cdocs: Update changelog18a81c4Merge pull request #5836 from omertuc/reqself29d9e88fix(assert): Prevent arguments from requiring self52aad0etest(asserts): Add test for self requiresUpdates
rustixfrom 0.38.41 to 0.38.42Commits
228ef24chore: Release rustix version 0.38.427b9bb5aFix tests on illumos. (#1238)bed5c48Fix test compilation with restricted feature sets.52f1af8fcntl_lock should be supported on Solaris (#1226)4046ed7Mark libc's ``fs::DirasSync` (#1232)a7ba1b8Fixes tests on Solaris. (#1228)aa53615bump windows-sys requirement to allow 0.59.0 (#1229)fa38bd8Disable thexdp_umem_regsize check for now. (#1227)78b5a1dRemove static bound from DecInt (#1223)f48de73Use MaybeUninit in DecInt (#1201)Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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