Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the firecracker group with 15 updates:

Package From To
uuid 1.11.1 1.12.0
serde_json 1.0.135 1.0.137
micro_http 8182cd5 ef96f62
log 0.4.22 0.4.25
semver 1.0.24 1.0.25
aws-lc-rs 1.12.0 1.12.1
bitflags 2.7.0 2.8.0
kvm-bindings 0.10.0 0.11.0
kvm-ioctls 0.19.1 0.20.0
anstyle-wincon 3.0.6 3.0.7
aws-lc-fips-sys 0.13.0 0.13.1
aws-lc-sys 0.24.1 0.25.0
cc 1.2.9 1.2.10
indexmap 2.7.0 2.7.1
uuid-macro-internal 1.11.1 1.12.0

Updates uuid from 1.11.1 to 1.12.0

Release notes

Sourced from uuid's releases.

1.12.0

⚠️ Possible Breakage

This release includes additional PartialEq implementations on Uuid, which can break inference in some cases.

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.1...1.12.0

Commits
  • c5f1d02 Merge pull request #784 from uuid-rs/cargo/1.12.0
  • 4cfbd83 fix deprecation versions
  • 8f76175 prepare for 1.12.0 release
  • 358eb34 Merge pull request #783 from uuid-rs/feat/non-nil
  • 6c5099e also remove borsh from NonNilUuid for now
  • b12c690 fix up non nil docs
  • 38df005 remove zerocopy from NonNilUuid for now
  • 4021daa fix up zerocopy derives
  • f570b57 support equality between NonNilUuid and Uuid
  • 4ffd872 add a few missing derives
  • Additional commits viewable in compare view

Updates serde_json from 1.0.135 to 1.0.137

Release notes

Sourced from serde_json's releases.

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)
Commits
  • eb49e28 Release 1.0.137
  • 51c48ab Merge pull request #1231 from dtolnay/playground
  • 7d8f15b Enable "float_roundtrip" and "unbounded_depth" features in playground
  • a46f14c Release 1.0.136
  • eb9f3f6 Merge pull request #1230 from goffrie/patch-1
  • 513e5b2 Use Map::with_capacity in value::Serializer::serialize_map
  • See full diff in compare view

Updates micro_http from 8182cd5 to ef96f62

Commits

Updates log from 0.4.22 to 0.4.25

Release notes

Sourced from log's releases.

0.4.25

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

0.4.24 (yanked)

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

0.4.23 (yanked)

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.22...0.4.23

Changelog

Sourced from log's changelog.

[0.4.25] - 2025-01-14

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

[0.4.24] - 2025-01-11

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

[0.4.23] - 2025-01-10 (yanked)

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.22...0.4.23

Commits
  • 22be810 Merge pull request #663 from rust-lang/cargo/0.4.25
  • 0279730 prepare for 0.4.25 release
  • 4099bcb Merge pull request #662 from rust-lang/fix/cargo-features
  • 36e7e3f revert loosening of kv cargo features
  • 2282191 Merge pull request #660 from rust-lang/cargo/0.4.24
  • 2994f0a prepare for 0.4.24 release
  • 5fcb50e Merge pull request #659 from rust-lang/fix/feature-builds
  • 29fe9e6 fix up feature activation
  • b1824f2 use cargo hack in CI to test all feature combinations
  • e6b643d Merge pull request #656 from rust-lang/cargo/0.4.23
  • Additional commits viewable in compare view

Updates semver from 1.0.24 to 1.0.25

Release notes

Sourced from semver's releases.

1.0.25

  • Enable serde impls on play.rust-lang.org (#330, thanks @​jofas)
Commits

Updates aws-lc-rs from 1.12.0 to 1.12.1

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.12.1

What's Changed

Build improvements

Issues being resolved

Other merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.12.0...v1.12.1

Commits

Updates bitflags from 2.7.0 to 2.8.0

Release notes

Sourced from bitflags's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.7.0...2.8.0

Changelog

Sourced from bitflags's changelog.

2.8.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.7.0...2.8.0

Commits
  • e20af86 Merge pull request #432 from bitflags/cargo/2.8.0
  • ba41e4b prepare for 2.8.0 release
  • 89be927 Merge pull request #431 from bitflags/feat/bitflags-match
  • fcfdfd0 finalize bitflags_match
  • 8d829b6 Merge pull request #423 from YuniqueUnic/main
  • b544b58 feat(bitflags): Enhance the functionality and flexibility of the `bitflags_ma...
  • b41a9e8 refactor(match): 重命名 bitflag 匹配宏并优化相关文档
  • 04502cf Merge branch 'bitflags:main' into main
  • 1f779b7 feat(core): Add match_bitflag macro for bitflag matching
  • See full diff in compare view

Updates kvm-bindings from 0.10.0 to 0.11.0

Release notes

Sourced from kvm-bindings's releases.

kvm-ioctls-v0.11.0

Added

  • [#178] Support for the AMD Security Encrypted Virtualization (SEV) through the following VM ioctls: encrypt_op, encrypt_op_sev, register_enc_memory_region and unregister_enc_memory_region.
  • [#184] DeviceFd now derives Debug.
Changelog

Sourced from kvm-bindings's changelog.

v0.11.0

Added

  • [#178] Support for the AMD Security Encrypted Virtualization (SEV) through the following VM ioctls: encrypt_op, encrypt_op_sev, register_enc_memory_region and unregister_enc_memory_region.
  • [#184] DeviceFd now derives Debug.
Commits
  • 0ba3f5d release v0.11.0
  • 3971fba update dependabot frequency
  • d2e8ee1 derive Debug for DeviceFd
  • ed0bf1b Bump rust-vmm-ci from b037be3 to aee82cf
  • df2c1e8 Bump rust-vmm-ci from 7931077 to b037be3
  • c9bad6c Decrease x86_64 coverage score
  • f1541e4 Add KVM_MEMORY_ENCRYPT_{UN,}REG_REGION test
  • 7e3a551 Add support for KVM_MEMORY_ENCRYPT_UNREG_REGION
  • 8b62c98 Add support for KVM_MEMORY_ENCRYPT_REG_REGION
  • 7ed4701 Add support for KVM_MEMORY_ENCRYPT_OP
  • Additional commits viewable in compare view

Updates kvm-ioctls from 0.19.1 to 0.20.0

Commits

Updates anstyle-wincon from 3.0.6 to 3.0.7

Commits

Updates aws-lc-fips-sys from 0.13.0 to 0.13.1

Commits

Updates aws-lc-sys from 0.24.1 to 0.25.0

Commits

Updates cc from 1.2.9 to 1.2.10

Release notes

Sourced from cc's releases.

cc-v1.2.10

Other

  • Fix CC_FORCE_DISABLE=0 evaluating to true (#1371)
  • Regenerate target info (#1369)
  • Make hidden lifetimes explicit. (#1366)
Changelog

Sourced from cc's changelog.

1.2.10 - 2025-01-17

Other

  • Fix CC_FORCE_DISABLE=0 evaluating to true (#1371)
  • Regenerate target info (#1369)
  • Make hidden lifetimes explicit. (#1366)
Commits

Updates indexmap from 2.7.0 to 2.7.1

Changelog

Sourced from indexmap's changelog.

2.7.1 (2025-01-19)

  • Added #[track_caller] to functions that may panic.
  • Improved memory reservation for insert_entry.
Commits
  • 42e57a3 Merge pull request #369 from cuviper/release-2.7.1
  • f61b581 Release 2.7.1
  • cb520a7 Merge pull request #368 from cuviper/reserve_entries
  • f0ec924 Merge pull request #367 from savannstm/better-panics
  • 38ef618 Merge pull request #364 from hkBst/patch-1
  • 1f12721 Improve memory reservation for insert_entry
  • 2f55755 Improve panic messages
  • 7b64edc Add #[track_caller] attributes to functions that may panic
  • f63bb6e remove fxhash dep
  • 8eb4de5 Remove fxhash example from lib.rs
  • Additional commits viewable in compare view

Updates uuid-macro-internal from 1.11.1 to 1.12.0

Release notes

Sourced from uuid-macro-internal's releases.

1.12.0

⚠️ Possible Breakage

This release includes additional PartialEq implementations on Uuid, which can break inference in some cases.

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.1...1.12.0

Commits
  • c5f1d02 Merge pull request #784 from uuid-rs/cargo/1.12.0
  • 4cfbd83 fix deprecation versions
  • 8f76175 prepare for 1.12.0 release
  • 358eb34 Merge pull request #783 from uuid-rs/feat/non-nil
  • 6c5099e also remove borsh from NonNilUuid for now
  • b12c690 fix up non nil docs
  • 38df005 remove zerocopy from NonNilUuid for now
  • 4021daa fix up zerocopy derives
  • f570b57 support equality between NonNilUuid and Uuid
  • 4ffd872 add a few missing derives
  • Additional commits viewable in compare view

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 15 updates:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` |
| [micro_http](https://github.com/firecracker-microvm/micro-http) | ``8182cd5`` | ``ef96f62`` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` |
| [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.0` | `1.12.1` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.7.0` | `2.8.0` |
| [kvm-bindings](https://github.com/rust-vmm/kvm) | `0.10.0` | `0.11.0` |
| [kvm-ioctls](https://github.com/rust-vmm/kvm) | `0.19.1` | `0.20.0` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.6` | `3.0.7` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.13.0` | `0.13.1` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.24.1` | `0.25.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.9` | `1.2.10` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` |
| [uuid-macro-internal](https://github.com/uuid-rs/uuid) | `1.11.1` | `1.12.0` |


Updates `uuid` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.0)

Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

Updates `micro_http` from `8182cd5` to `ef96f62`
- [Commits](firecracker-microvm/micro-http@8182cd5...ef96f62)

Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

Updates `semver` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.24...1.0.25)

Updates `aws-lc-rs` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.12.0...v1.12.1)

Updates `bitflags` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.7.0...2.8.0)

Updates `kvm-bindings` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Changelog](https://github.com/rust-vmm/kvm/blob/v0.11.0/CHANGELOG.md)
- [Commits](rust-vmm/kvm@v0.10.0...v0.11.0)

Updates `kvm-ioctls` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Commits](https://github.com/rust-vmm/kvm/commits)

Updates `anstyle-wincon` from 3.0.6 to 3.0.7
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7)

Updates `aws-lc-fips-sys` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.13.0...aws-lc-fips-sys/v0.13.1)

Updates `aws-lc-sys` from 0.24.1 to 0.25.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.24.1...aws-lc-sys/v0.25.0)

Updates `cc` from 1.2.9 to 1.2.10
- [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.9...cc-v1.2.10)

Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.7.0...2.7.1)

Updates `uuid-macro-internal` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: micro_http
  dependency-type: direct:production
  dependency-group: firecracker
- dependency-name: log
  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: aws-lc-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: kvm-bindings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: kvm-ioctls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-fips-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-sys
  dependency-type: indirect
  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: indexmap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: uuid-macro-internal
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jan 20, 2025
@codecov
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.10%. Comparing base (994198b) to head (2a9b3c4).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5003   +/-   ##
=======================================
  Coverage   83.10%   83.10%           
=======================================
  Files         245      245           
  Lines       26723    26723           
=======================================
  Hits        22209    22209           
  Misses       4514     4514           
Flag Coverage Δ
5.10-c5n.metal 83.57% <ø> (+<0.01%) ⬆️
5.10-m5n.metal 83.54% <ø> (ø)
5.10-m6a.metal 82.76% <ø> (+<0.01%) ⬆️
5.10-m6g.metal 79.57% <ø> (ø)
5.10-m6i.metal 83.54% <ø> (-0.01%) ⬇️
5.10-m7g.metal 79.57% <ø> (ø)
6.1-c5n.metal 83.57% <ø> (+<0.01%) ⬆️
6.1-m5n.metal 83.54% <ø> (ø)
6.1-m6a.metal 82.77% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.57% <ø> (ø)
6.1-m6i.metal 83.54% <ø> (ø)
6.1-m7g.metal 79.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pb8o pb8o mentioned this pull request Jan 21, 2025
10 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

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

@dependabot dependabot bot closed this Jan 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-f414178a1a branch January 22, 2025 09:35
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