-
Notifications
You must be signed in to change notification settings - Fork 2.2k
build(deps): Bump the firecracker group with 8 updates #5024
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 8 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.11` | | [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.52` | `0.1.53` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.15` | `1.0.16` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.0` | Updates `syn` from 2.0.96 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.98) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `cc` from 1.2.10 to 1.2.11 - [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.10...cc-v1.2.11) Updates `cmake` from 0.1.52 to 0.1.53 - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/cmake-rs@v0.1.52...v0.1.53) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `toml_edit` from 0.22.22 to 0.22.23 - [Commits](toml-rs/toml@v0.22.22...v0.22.23) Updates `unicode-ident` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.15...1.0.16) Updates `winnow` from 0.6.24 to 0.7.0 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.0) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cmake dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: ryu 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: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5024 +/- ##
=======================================
Coverage 83.16% 83.16%
=======================================
Files 245 245
Lines 26647 26647
=======================================
Hits 22161 22161
Misses 4486 4486
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Want to review the regressions in request_parse
kalyazin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional PR checks are constantly failing on the queue_pop_16 bench (up to +20% of absolute value of ~75 ns) on some x86 instances.
I ran an A/B test for the PR and it didn't detect any regressions. I'm inclined to accept it and merge the PR.
Bumps the firecracker group with 8 updates:
2.0.962.0.981.0.1371.0.1381.2.101.2.110.1.520.1.531.0.181.0.190.22.220.22.231.0.151.0.160.6.240.7.0Updates
synfrom 2.0.96 to 2.0.98Release notes
Sourced from syn's releases.
Commits
71f3808Release 2.0.98f0c57eeMerge pull request #1847 from dtolnay/lifetimes4307f64Allow lifetimes in function pointer return valuesd15bdeaRelease 2.0.97bf672a9Merge pull request #1846 from dtolnay/surroundcfgf0ee7e9Fix missing doc cfg on <$Delimiter>::surrounde0e40cfResolve unnecessary_semicolon pedantic clippy lint6ebd966Resolve sliced_string_as_bytes clippy linta09b650More precise gitignore patterns42601b9Resolve needless_continue pedantic clippy lintUpdates
serde_jsonfrom 1.0.137 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099Release 1.0.138dc29e48Move BufReader to caller29122f9Sort imports from PR 1237d33c1b5Merge pull request #1237 from JonathanBrouwer/master8c2d800Add more warnings to apply buffering on docs of affected functions65bbd1aFix example of from_reader not applying buffering when it should87f78daMore precise gitignore patterns4134f11Remove *.sw[po] from gitignorec7626dbRemove **/*.rs.bk from project-specific gitignoreUpdates
ccfrom 1.2.10 to 1.2.11Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
81929fachore: release v1.2.11 (#1377)a10fd61Fix more flag inheritance (#1380)3a4a86dInclude wrapper args. instdoutfamily heuristics to restore classifying `c...65b4d9aConstrain-Cltoand-Cembed-bitcodeflag inheritance to beclang-only (...8533e8cPass deployment target with-m*-version-min=(#1339)bf4dcf7Regenerate target info (#1376)e65d160Update rusqlite requirement from 0.32.0 to 0.33.0 (#1374)Updates
cmakefrom 0.1.52 to 0.1.53Release notes
Sourced from cmake's releases.
Changelog
Sourced from cmake's changelog.
Commits
faccc07chore: release v0.1.539e1fce1Disable broken Make jobserver support on OSX to fix parallel builds (#229)94da9deMerge pull request #217 from rust-lang/release-plz-2024-08-15T17-29-47ZUpdates
ryufrom 1.0.18 to 1.0.19Release notes
Sourced from ryu's releases.
Commits
81d9ec4Release 1.0.197bb6da1Merge pull request #58 from dtolnay/rand7e4b85eUpdate rand crate to 0.9d12f8d0More precise gitignore patterns631e145Remove **/*.rs.bk from project-specific gitignored3f7415Prevent upload-artifact step from causing CI failure5be6db4Upload CI Cargo.lock for reproducing failures8234c4dFill in ignore reasons in all #[ignore] attributes92fbde0Merge pull request #57 from dtolnay/exhaustive55825b3Mark exhaustive test #[ignore] in non-cfg(exhaustive)Updates
toml_editfrom 0.22.22 to 0.22.23Commits
15496f1chore: Release1131ce8docs: Update changelog4776fcaMerge pull request #827 from epage/winnow07754769bchore: Upgrade to Winnow 0.79415da2refactor(parser): Switch to ModalParser5dfa5b0chore: Upgrade to winnow 0.6.26e92c3b6Merge pull request #825 from slivingston/update-docs017a74ddocs(readme): Update example to prefer DocumentMuta07313echore(deps): Update Rust Stable to v1.84 (#822)8da356fchore(deps): Update compatible (dev) (#821)Updates
unicode-identfrom 1.0.15 to 1.0.16Release notes
Sourced from unicode-ident's releases.
Commits
7183516Release 1.0.164c75cc8Merge pull request #29 from dtolnay/rand3d6a431Update rand crate to 0.9 in benchmarkUpdates
winnowfrom 0.6.24 to 0.7.0Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
0f81c4dchore: Release23b74f7docs: Update changelog7b927bachore: Releasea020c09chore: Update changelogdc25dbfMerge pull request #720 from epage/tokenb5d4276Merge pull request #731 from epage/nomcaa3ba9docs(topic): Clarify and cleanup nom topic48ba49bMerge pull request #728 from epage/stream5a3541afix(stream)!: Dont return input on peek_slice34bd53ffix(stream)!: Dont return input on peek_finishDependabot 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