Skip to content

Commit 4b6c9b3

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 6 updates
Bumps the firecracker group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap-num](https://github.com/newAM/clap-num) | `1.1.1` | `1.2.0` | | [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.13.1` | `0.13.2` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` | | [crunchy](https://github.com/eira-fransham/crunchy) | `0.2.2` | `0.2.3` | | [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.14` | `0.4.15` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.15` | Updates `clap-num` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/newAM/clap-num/releases) - [Changelog](https://github.com/newAM/clap-num/blob/main/CHANGELOG.md) - [Commits](newAM/clap-num@1.1.1...1.2.0) Updates `aws-lc-fips-sys` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.13.1...aws-lc-fips-sys/v0.13.2) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `crunchy` from 0.2.2 to 0.2.3 - [Commits](https://github.com/eira-fransham/crunchy/commits) Updates `is-terminal` from 0.4.14 to 0.4.15 - [Commits](sunfishcode/is-terminal@v0.4.14...v0.4.15) Updates `unicode-ident` from 1.0.14 to 1.0.15 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.15) --- updated-dependencies: - dependency-name: clap-num dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aws-lc-fips-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: crunchy dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: is-terminal 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88e0b6e commit 4b6c9b3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vmm = { path = "../vmm" }
2222
vmm-sys-util = "0.12.1"
2323

2424
[target.'cfg(target_arch = "aarch64")'.dependencies]
25-
clap-num = "1.0.2"
25+
clap-num = "1.2.0"
2626

2727
[features]
2828
tracing = ["log-instrument", "fc_utils/tracing", "vmm/tracing"]

0 commit comments

Comments
 (0)