Skip to content

Commit 5fd501e

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 12 updates
Bumps the firecracker group with 12 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.3.19` | `4.3.21` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.2` | `1.0.4` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` | | [log](https://github.com/rust-lang/log) | `0.4.19` | `0.4.20` | | [windows_aarch64_gnullvm](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_aarch64_msvc](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_i686_gnu](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_i686_msvc](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_x86_64_gnu](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_x86_64_gnullvm](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) | `0.48.0` | `0.48.2` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.4` | `0.5.10` | Updates `clap` from 4.3.19 to 4.3.21 - [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.3.19...v4.3.21) Updates `aho-corasick` from 1.0.2 to 1.0.4 - [Commits](BurntSushi/aho-corasick@1.0.2...1.0.4) Updates `anstyle-wincon` from 1.0.1 to 1.0.2 - [Commits](rust-cli/anstyle@anstyle-wincon-v1.0.1...anstyle-wincon-v1.0.2) Updates `log` from 0.4.19 to 0.4.20 - [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.19...0.4.20) Updates `windows_aarch64_gnullvm` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_aarch64_msvc` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_i686_gnu` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_i686_msvc` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_x86_64_gnu` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_x86_64_gnullvm` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_x86_64_msvc` from 0.48.0 to 0.48.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `winnow` from 0.5.4 to 0.5.10 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.4...v0.5.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aho-corasick 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: log dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_aarch64_gnullvm dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_aarch64_msvc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_i686_gnu dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_i686_msvc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_x86_64_gnu dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_x86_64_gnullvm dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: windows_x86_64_msvc 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]>
1 parent 92912b8 commit 5fd501e

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

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

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "cpu-template-helper"
1212
bench = false
1313

1414
[dependencies]
15-
clap = { version = "4.3.19", features = ["derive", "string"] }
15+
clap = { version = "4.3.21", features = ["derive", "string"] }
1616
libc = "0.2.147"
1717
serde = { version = "1.0.183", features = ["derive"] }
1818
serde_json = "1.0.104"

0 commit comments

Comments
 (0)