Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.8` | `4.4.11` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.2` | `0.2.3` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.1` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.1` | `3.0.2` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.7` | `0.3.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.24` |


Updates `clap` from 4.4.8 to 4.4.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.4.8...v4.4.11)

Updates `anstyle-parse` from 0.2.2 to 0.2.3
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.2...anstyle-parse-v0.2.3)

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

Updates `anstyle-wincon` from 3.0.1 to 3.0.2
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2)

Updates `errno` from 0.3.7 to 0.3.8
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.7...v0.3.8)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  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: errno
  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>
  • Loading branch information
dependabot[bot] authored and JonathanWoollett-Light committed Dec 5, 2023
1 parent a9e2ba7 commit faf830e
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 33 deletions.
126 changes: 96 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "clippy-tracing"
bench = false

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
itertools = "0.12.0"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.28"
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "cpu-template-helper"
bench = false

[dependencies]
clap = { version = "4.4.8", features = ["derive", "string"] }
clap = { version = "4.4.11", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "snapshot-editor"
bench = false

[dependencies]
clap = { version = "4.4.8", features = ["derive", "string"] }
clap = { version = "4.4.11", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
Expand Down

0 comments on commit faf830e

Please sign in to comment.