-
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 #4165
Merged
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 | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.148` | `0.2.149` | | [regex](https://github.com/rust-lang/regex) | `1.9.6` | `1.10.0` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.1` | `1.1.2` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.4` | `0.3.5` | | [num-traits](https://github.com/rust-num/num-traits) | `0.2.16` | `0.2.17` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.68` | `1.0.69` | | [semver](https://github.com/dtolnay/semver) | `1.0.19` | `1.0.20` | Updates `libc` from 0.2.148 to 0.2.149 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.148...0.2.149) Updates `regex` from 1.9.6 to 1.10.0 - [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.9.6...1.10.0) Updates `aho-corasick` from 1.1.1 to 1.1.2 - [Commits](BurntSushi/aho-corasick@1.1.1...1.1.2) Updates `errno` from 0.3.4 to 0.3.5 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `num-traits` from 0.2.16 to 0.2.17 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.16...num-traits-0.2.17) Updates `proc-macro2` from 1.0.68 to 1.0.69 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.68...1.0.69) Updates `semver` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.19...1.0.20) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: num-traits dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: semver 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
Oct 10, 2023
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4165 +/- ##
=======================================
Coverage 82.98% 82.98%
=======================================
Files 223 223
Lines 28508 28508
=======================================
Hits 23656 23656
Misses 4852 4852
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
roypat
approved these changes
Oct 11, 2023
pb8o
approved these changes
Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
0.2.148
0.2.149
1.9.6
1.10.0
1.1.1
1.1.2
0.3.4
0.3.5
0.2.16
0.2.17
1.0.68
1.0.69
1.0.19
1.0.20
Updates
libc
from 0.2.148 to 0.2.149Release notes
Sourced from libc's releases.
Commits
d80e8bd
Auto merge of #3360 - vita-rust:release-0.2.149, r=JohnTitor017bf5f
Auto merge of #3373 - SteveLauC:close_range, r=JohnTitor14ef2e5
Auto merge of #3335 - androm3da:bcain/sa_onstack, r=JohnTitor7b9e367
fmt173757d
feat: add close_range for glibcc7a860d
Auto merge of #3370 - NordSecurity:add_apple_tvos_support, r=JohnTitor4cdc32e
Auto merge of #3325 - Vtewari2311:libc-hurd-latest, r=JohnTitoraa065c6
Auto merge of #3372 - SteveLauC:execveat, r=JohnTitord3910f6
add execveat for glibcaab9d70
Fix apple tvos supportUpdates
regex
from 1.9.6 to 1.10.0Changelog
Sourced from regex's changelog.
... (truncated)
Commits
2cbd342
1.10.026d8e3a
deps: bump regex-automata to 0.4.0dc0d79e
regex-automata-0.4.068b7018
deps: bump regex-syntax to 0.8.0ea8f6c0
regex-syntax-0.8.0aabbfe0
regex-lite-0.1.12c44e2a
fuzz: add regression test for AST roundtripping3feff9e
automata: improve sparse DFA validation914198f
regex: reject large patterns when fuzzingfc9a11a
lite: reduce size limit to avoid timeoutsUpdates
aho-corasick
from 1.1.1 to 1.1.2Commits
d84a507
1.1.20c3802f
dfa: fix performance bug when building a DFA12025c5
doc: add a FIXME about a perf problemUpdates
errno
from 0.3.4 to 0.3.5Changelog
Sourced from errno's changelog.
Commits
Updates
num-traits
from 0.2.16 to 0.2.17Changelog
Sourced from num-traits's changelog.
Commits
0a27d8c
Merge #28934e309a
Release 0.2.17ef36d69
Merge #286d9d94f8
Bugfix for text codeblock in documentation.Updates
proc-macro2
from 1.0.68 to 1.0.69Release notes
Sourced from proc-macro2's releases.
Commits
937bbcd
Release 1.0.6942dc36e
Merge pull request #412 from dtolnay/sourcetext6461c2d
Add out-of-order call to source_text testc4c3251
Explain source_text implementation approach31b14c3
Cache byte offsets computed from a char index0e15461
Make FileInfo mut in source_text to allow amortization of char indices90b8e1e
Merge pull request #411 from dtolnay/sourcetext137ae0a
Fix source_text treating span.lo as byte offset not char index4c0bd28
Add regression test for issue 41012eddc0
Reword explanation of SourceMap initial valueUpdates
semver
from 1.0.19 to 1.0.20Release notes
Sourced from semver's releases.
Commits
55fa2ca
Release 1.0.205feccc0
Merge pull request #305 from dtolnay/precedence83aaaf0
Add a method for precedence comparison of Versions83154ea
Test docs.rs documentation build in CIDependabot 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