-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 7 updates #4963
Merged
+45
−52
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 7 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.6` | `2.0.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` | | [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.3` | `1.2.4` | | [home](https://github.com/rust-lang/cargo) | `0.5.9` | `0.5.11` | Updates `thiserror` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.6...2.0.7) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.216) Updates `serde_derive` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.216) Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.23...1.0.24) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `cc` from 1.2.3 to 1.2.4 - [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.3...cc-v1.2.4) Updates `home` from 0.5.9 to 0.5.11 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proptest 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: home dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... 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
Dec 16, 2024
roypat
added
the
Status: Awaiting review
Indicates that a pull request is ready to be reviewed
label
Dec 16, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4963 +/- ##
==========================================
- Coverage 83.98% 83.93% -0.05%
==========================================
Files 251 248 -3
Lines 27889 27791 -98
==========================================
- Hits 23422 23327 -95
+ Misses 4467 4464 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pb8o
approved these changes
Dec 16, 2024
roypat
approved these changes
Dec 16, 2024
Manciukic
approved these changes
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
Status: Awaiting review
Indicates that a pull request is ready to be reviewed
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 7 updates:
2.0.6
2.0.7
1.0.215
1.0.216
1.0.215
1.0.216
1.0.23
1.0.24
1.5.0
1.6.0
1.2.3
1.2.4
0.5.9
0.5.11
Updates
thiserror
from 2.0.6 to 2.0.7Release notes
Sourced from thiserror's releases.
Commits
9c0f2d2
Release 2.0.72deec96
Merge pull request 397 from zertosh/from_allow_expect100d916
Avoid associating #[from] with lint allow485c2b7
Reword spurious errors commentUpdates
serde
from 1.0.215 to 1.0.216Release notes
Sourced from serde's releases.
Commits
ad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866 from tdittr/mark-visitors-as-generatede9c399c
Mark generatedimpl de::Visitor
blocks as#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build scriptUpdates
serde_derive
from 1.0.215 to 1.0.216Release notes
Sourced from serde_derive's releases.
Commits
ad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866 from tdittr/mark-visitors-as-generatede9c399c
Mark generatedimpl de::Visitor
blocks as#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build scriptUpdates
semver
from 1.0.23 to 1.0.24Release notes
Sourced from semver's releases.
Commits
6f4069d
Release 1.0.24d03aba3
Touch up PR 328238757d
Merge pull request #328 from Eh2406/master75856ef
faster Ord when Eq89504eb
Prevent upload-artifact step from causing CI failured1b17a9
Upload CI Cargo.lock for reproducing failures4ea60ae
Resolve doc_lazy_continuation clippy lintf96f9d8
Merge pull request #319 from dtolnay/docsrsfc5c98d
Rely on docs.rs to define --cfg=docsrs by defaultUpdates
proptest
from 1.5.0 to 1.6.0Commits
Updates
cc
from 1.2.3 to 1.2.4Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
5673a3f
chore: release v1.2.4 (#1320)82c8c7b
Add support for C/C++ compiler for Neutrino QNX:qcc
(#1319)9185b6a
use -maix64 instead of -m64 (#1307)Updates
home
from 0.5.9 to 0.5.11Commits
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 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