Skip to content
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 8 updates #91

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the firecracker group with 8 updates:

Package From To
syn 2.0.39 2.0.40
libc 0.2.150 0.2.151
anstream 0.6.4 0.6.5
anstyle-query 1.0.1 1.0.2
itoa 1.0.9 1.0.10
once_cell 1.18.0 1.19.0
ryu 1.0.15 1.0.16
winnow 0.5.24 0.5.26

Updates syn from 2.0.39 to 2.0.40

Release notes

Sourced from syn's releases.

2.0.40

Commits
  • cf7f40a Release 2.0.40
  • 1ce8ccf Merge pull request #1538 from dtolnay/testinvisible
  • d06bff8 Add test for parsing Delimiter::None in expressions
  • 9ec66d4 Merge pull request #1545 from dtolnay/groupedlet
  • 384621a Fix None-delimited let expression in stmt position
  • 5325b6d Add test of let expr surrounded in None-delimited group
  • 0ddfc27 Merge pull request #1544 from dtolnay/nonedelimloop
  • 9c99b3f Fix stmt boundary after None-delimited group containing loop
  • 2781584 Add test of None-delimited group containing loop in match arm
  • d332928 Simplify token stream construction in Delimiter::None tests
  • Additional commits viewable in compare view

Updates libc from 0.2.150 to 0.2.151

Release notes

Sourced from libc's releases.

0.2.151

What's Changed

New Contributors

... (truncated)

Commits
  • fe5fe49 Auto merge of #3472 - JohnTitor:release-0.2.151, r=JohnTitor
  • f37806e Auto merge of #3471 - devnexen:netbsdlike_map_tryfixed, r=JohnTitor
  • 347d95a Auto merge of #3469 - devnexen:obsd_reg_riscv64, r=JohnTitor
  • 9645281 Prepare release for v0.2.151
  • 36f5f13 openbsd/netbsd MAP_TRYFIXED constant
  • 740e784 Auto merge of #3470 - JohnTitor:docs-rs-aarch64-apple-darwin, r=JohnTitor
  • 558acf1 Generate aarch64-apple-darwin docs on docs.rs
  • c4e3e91 Auto merge of #3453 - arctic-alpaca:main, r=JohnTitor
  • 0cd65a9 openbsd riscv64 adding sigcontext
  • 5901514 Add SOL_XDP to linux musl
  • Additional commits viewable in compare view

Updates anstream from 0.6.4 to 0.6.5

Commits
  • 2fd1db9 chore: Release
  • bf3c45d docs: Update changelog
  • 00e5945 Merge pull request #150 from epage/wincon
  • 28e5a96 fix(stream): Adapt Ansi256 colors for Wincon
  • 369a57b test(stream): Add wincon reproduction case
  • 277b5ee test(stream): Improve quality of output on failure
  • 953b2fc chore: Release
  • 419432b docs: Update changelog
  • ff38a89 Merge pull request #149 from epage/error
  • 1b0b59a feat(query): Expose wincon errors
  • Additional commits viewable in compare view

Updates anstyle-query from 1.0.1 to 1.0.2

Commits
  • 953b2fc chore: Release
  • 419432b docs: Update changelog
  • ff38a89 Merge pull request #149 from epage/error
  • 1b0b59a feat(query): Expose wincon errors
  • 0c7208f docs(query): Document windows module
  • feeec1f chore: Update from '_rust/main'
  • 8c836ea Merge pull request #10 from epage/renovate/migrate-config
  • 598c624 chore(config): migrate config .github/renovate.json5
  • 5ebe30b chore(ci): Update pre-commit hooks
  • See full diff in compare view

Updates itoa from 1.0.9 to 1.0.10

Release notes

Sourced from itoa's releases.

1.0.10

Commits
  • 547c143 Release 1.0.10
  • ba20a60 Touch up PR 41
  • adecb79 Merge pull request #41 from CXWorks/master
  • 84bffa9 fix CI error
  • cefacdb add missing unit test for i128
  • 0d040f4 Remove 'remember to update' reminder from Cargo.toml
  • 2763105 Test docs.rs documentation build in CI
  • e999a5a Update name of clippy clone impl lint
  • 633b6ae Ignore needless_doctest_main clippy lint
  • 03549a2 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view

Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits

Updates ryu from 1.0.15 to 1.0.16

Release notes

Sourced from ryu's releases.

1.0.16

  • Sync performance improvement from upstream C implementation
Commits

Updates winnow from 0.5.24 to 0.5.26

Changelog

Sourced from winnow's changelog.

[0.5.26] - 2023-12-07

Documentation

  • Add nom migration guide

[0.5.25] - 2023-12-05

Fixes

  • Correctly point to error location in InputErrors Display for single-line input
Commits

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

Bumps the firecracker group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [syn](https://github.com/dtolnay/syn) | `2.0.39` | `2.0.40` |
| [libc](https://github.com/rust-lang/libc) | `0.2.150` | `0.2.151` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.4` | `0.6.5` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.9` | `1.0.10` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.15` | `1.0.16` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.24` | `0.5.26` |


Updates `syn` from 2.0.39 to 2.0.40
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.39...2.0.40)

Updates `libc` from 0.2.150 to 0.2.151
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.150...0.2.151)

Updates `anstream` from 0.6.4 to 0.6.5
- [Commits](rust-cli/anstyle@anstream-v0.6.4...anstream-v0.6.5)

Updates `anstyle-query` from 1.0.1 to 1.0.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.1...anstyle-query-v1.0.2)

Updates `itoa` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.9...1.0.10)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

Updates `ryu` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.15...1.0.16)

Updates `winnow` from 0.5.24 to 0.5.26
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.24...v0.5.26)

---
updated-dependencies:
- dependency-name: syn
  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: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 11, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 13, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-92a24ccf86 branch December 13, 2023 08:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants