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 23 updates #4710

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the firecracker group with 23 updates:

Package From To
clap 4.5.9 4.5.11
serde_json 1.0.120 1.0.121
env_logger 0.11.3 0.11.5
kvm-bindings 0.8.2 0.9.0
anstream 0.6.14 0.6.15
anstyle 1.0.7 1.0.8
anstyle-parse 0.2.4 0.2.5
anstyle-query 1.1.0 1.1.1
anstyle-wincon 3.0.3 3.0.4
cc 1.1.6 1.1.7
clap_builder 4.5.9 4.5.11
clap_derive 4.5.8 4.5.11
clap_lex 0.7.1 0.7.2
colorchoice 1.0.1 1.0.2
env_filter 0.1.0 0.1.2
is_terminal_polyfill 1.70.0 1.70.1
jobserver 0.1.31 0.1.32
serde_spanned 0.6.6 0.6.7
toml 0.8.15 0.8.16
toml_datetime 0.6.6 0.6.7
toml_edit 0.22.16 0.22.17
version_check 0.9.4 0.9.5
winnow 0.6.14 0.6.16

Updates clap from 4.5.9 to 4.5.11

Release notes

Sourced from clap's releases.

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap's changelog.

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

Commits
  • 349ed30 chore: Release
  • 68ed9ff docs: Update changelog
  • afecaa4 Merge pull request #5576 from shannmu/option_value_new
  • 4a00677 chore: Release
  • 36c849b refactor(clap_complete): Reuse code about shortflag parsing
  • fc479ba feat(clap_complete): Add support for -fbar and -f=bar completion
  • 48a23f5 test(clap_complete): Add test cases for -fbar and -f=bar completion
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • See full diff in compare view

Updates serde_json from 1.0.120 to 1.0.121

Release notes

Sourced from serde_json's releases.

v1.0.121

Commits
  • eca2658 Release 1.0.121
  • b0d678c Merge pull request #1160 from iex-rs/efficient-position
  • b1edc7d Optimize position search in error path
  • 40dd7f5 Merge pull request #1159 from iex-rs/fix-recursion
  • 6a306e6 Move call to tri! out of check_recursion!
  • 3f1c6de Ignore byte_char_slices clippy lint in test
  • 3fd6f5f Merge pull request #1153 from dpathakj/master
  • fcb5e83 Correct documentation URL for Value's Index impl.
  • See full diff in compare view

Updates env_logger from 0.11.3 to 0.11.5

Release notes

Sourced from env_logger's releases.

v0.11.5

[0.11.5] - 2024-07-25

v0.11.4

[0.11.4] - 2024-07-23

Changelog

Sourced from env_logger's changelog.

[0.11.5] - 2024-07-25

[0.11.4] - 2024-07-23

Commits

Updates kvm-bindings from 0.8.2 to 0.9.0

Release notes

Sourced from kvm-bindings's releases.

kvm-bindings-v0.9.0

Changelog

[0.9.0]

Changed

  • Replaced the v6.2 bindings of arm64, x86_64 with the v6.9 ones.

Removed

  • Removed v6.2 bindings.
Changelog

Sourced from kvm-bindings's changelog.

[0.9.0]

Changed

  • Replaced the v6.2 bindings of arm64, x86_64 with the v6.9 ones.

Removed

  • Removed v6.2 bindings.
Commits

Updates anstream from 0.6.14 to 0.6.15

Commits

Updates anstyle from 1.0.7 to 1.0.8

Commits

Updates anstyle-parse from 0.2.4 to 0.2.5

Commits

Updates anstyle-query from 1.1.0 to 1.1.1

Commits

Updates anstyle-wincon from 3.0.3 to 3.0.4

Commits

Updates cc from 1.1.6 to 1.1.7

Release notes

Sourced from cc's releases.

cc-v1.1.7

Other

Changelog

Sourced from cc's changelog.

1.1.7 - 2024-07-29

Other

Commits

Updates clap_builder from 4.5.9 to 4.5.11

Release notes

Sourced from clap_builder's releases.

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap_builder's changelog.

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

Commits
  • 4a00677 chore: Release
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.8 to 4.5.11

Release notes

Sourced from clap_derive's releases.

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog

Sourced from clap_derive's changelog.

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits
  • 4a00677 chore: Release
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • Additional commits viewable in compare view

Updates clap_lex from 0.7.1 to 0.7.2

Changelog

Sourced from clap_lex's changelog.

v0.7.2 (2015-05-03)

Bug Fixes

  • RequiredArgs fixes bug where required-by-default arguments are not listed in usage (12aea961, closes #96)
Commits
  • 4a00677 chore: Release
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • Additional commits viewable in compare view

Updates colorchoice from 1.0.1 to 1.0.2

Commits

Updates env_filter from 0.1.0 to 0.1.2

Commits

Updates is_terminal_polyfill from 1.70.0 to 1.70.1

Changelog

Sourced from is_terminal_polyfill's changelog.

[1.70.1] - 2024-07-25

Commits

Updates jobserver from 0.1.31 to 0.1.32

Commits

Updates serde_spanned from 0.6.6 to 0.6.7

Commits
  • 4ac61f7 chore: Release
  • a5eb1ac chore: Disable serde_toml releasing for now
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • Additional commits viewable in compare view

Updates toml from 0.8.15 to 0.8.16

Commits

Updates toml_datetime from 0.6.6 to 0.6.7

Commits
  • 4ac61f7 chore: Release
  • a5eb1ac chore: Disable serde_toml releasing for now
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.16 to 0.22.17

Commits

Updates version_check from 0.9.4 to 0.9.5

Commits

Updates winnow from 0.6.14 to 0.6.16

Changelog

Sourced from winnow's changelog.

[0.6.16] - 2024-07-25

[0.6.15] - 2024-07-22

Compatibility

  • Deprecated Parser::recognize in favor of Parser::take
  • Deprecated Parser::with_recognized in favor of Parser::taken

Fixes

  • Renamed Parser::recognize to Parser::take to be consistent with other take parsers
  • Renamed Parser::with_recognized to Parser::with_taken to be consistent with other take parsers
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 23 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.11` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.121` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.3` | `0.11.5` |
| [kvm-bindings](https://github.com/rust-vmm/kvm-bindings) | `0.8.2` | `0.9.0` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.14` | `0.6.15` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.7` | `1.0.8` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.4` | `0.2.5` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.0` | `1.1.1` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.3` | `3.0.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.6` | `1.1.7` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.11` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.11` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.7.1` | `0.7.2` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [env_filter](https://github.com/rust-cli/env_logger) | `0.1.0` | `0.1.2` |
| [is_terminal_polyfill](https://github.com/polyfill-rs/is_terminal_polyfill) | `1.70.0` | `1.70.1` |
| [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.31` | `0.1.32` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.6` | `0.6.7` |
| [toml](https://github.com/toml-rs/toml) | `0.8.15` | `0.8.16` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.6` | `0.6.7` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.16` | `0.22.17` |
| [version_check](https://github.com/SergioBenitez/version_check) | `0.9.4` | `0.9.5` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.14` | `0.6.16` |


Updates `clap` from 4.5.9 to 4.5.11
- [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.9...clap_complete-v4.5.11)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

Updates `env_logger` from 0.11.3 to 0.11.5
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.3...v0.11.5)

Updates `kvm-bindings` from 0.8.2 to 0.9.0
- [Release notes](https://github.com/rust-vmm/kvm-bindings/releases)
- [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm-bindings@v0.8.2...v0.9.0)

Updates `anstream` from 0.6.14 to 0.6.15
- [Commits](rust-cli/anstyle@anstream-v0.6.14...anstream-v0.6.15)

Updates `anstyle` from 1.0.7 to 1.0.8
- [Commits](rust-cli/anstyle@v1.0.7...v1.0.8)

Updates `anstyle-parse` from 0.2.4 to 0.2.5
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.4...anstyle-parse-v0.2.5)

Updates `anstyle-query` from 1.1.0 to 1.1.1
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.0...anstyle-query-v1.1.1)

Updates `anstyle-wincon` from 3.0.3 to 3.0.4
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.3...anstyle-wincon-v3.0.4)

Updates `cc` from 1.1.6 to 1.1.7
- [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.1.6...cc-v1.1.7)

Updates `clap_builder` from 4.5.9 to 4.5.11
- [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.9...v4.5.11)

Updates `clap_derive` from 4.5.8 to 4.5.11
- [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.8...v4.5.11)

Updates `clap_lex` from 0.7.1 to 0.7.2
- [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.1...clap_lex-v0.7.2)

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

Updates `env_filter` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@env_filter-v0.1.0...env_filter-v0.1.2)

Updates `is_terminal_polyfill` from 1.70.0 to 1.70.1
- [Changelog](https://github.com/polyfill-rs/is_terminal_polyfill/blob/main-v1.70/CHANGELOG.md)
- [Commits](polyfill-rs/is_terminal_polyfill@v1.70.0...v1.70.1)

Updates `jobserver` from 0.1.31 to 0.1.32
- [Commits](rust-lang/jobserver-rs@0.1.31...0.1.32)

Updates `serde_spanned` from 0.6.6 to 0.6.7
- [Commits](toml-rs/toml@serde_spanned-v0.6.6...serde_spanned-v0.6.7)

Updates `toml` from 0.8.15 to 0.8.16
- [Commits](toml-rs/toml@toml-v0.8.15...toml-v0.8.16)

Updates `toml_datetime` from 0.6.6 to 0.6.7
- [Commits](toml-rs/toml@toml_datetime-v0.6.6...toml_datetime-v0.6.7)

Updates `toml_edit` from 0.22.16 to 0.22.17
- [Commits](toml-rs/toml@v0.22.16...v0.22.17)

Updates `version_check` from 0.9.4 to 0.9.5
- [Commits](SergioBenitez/version_check@v0.9.4...v0.9.5)

Updates `winnow` from 0.6.14 to 0.6.16
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.14...v0.6.16)

---
updated-dependencies:
- dependency-name: clap
  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: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: kvm-bindings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-parse
  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: anstyle-wincon
  dependency-type: indirect
  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: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_derive
  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: colorchoice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: env_filter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: is_terminal_polyfill
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jobserver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_datetime
  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: version_check
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 29, 2024
@roypat
Copy link
Contributor

roypat commented Jul 30, 2024

nice try dependabot, this kvm-bindings mix and match wont work though 😂

@roypat
Copy link
Contributor

roypat commented Jul 30, 2024

@dependabot ignore kvm-bindings 0.9.0

@roypat
Copy link
Contributor

roypat commented Aug 2, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

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

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-a48fbae7c4 branch August 2, 2024 09:17
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.

1 participant