From cef129194ad612486a1d14db5232d87d3b4b75f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:09:38 +0000 Subject: [PATCH] chore(deps): bump the patch group with 3 updates Bumps the patch group with 3 updates: [vergen](https://github.com/rustyhorde/vergen), [anstream](https://github.com/rust-cli/anstyle) and [bindgen](https://github.com/rust-lang/rust-bindgen). Updates `vergen` from 8.2.6 to 8.2.10 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.6...8.2.10) Updates `anstream` from 0.6.5 to 0.6.7 - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.5...anstream-v0.6.7) Updates `bindgen` from 0.69.1 to 0.69.2 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.69.1...v0.69.2) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: bindgen dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/youki/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8d85d8ed..d1bb0d8e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" +checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" dependencies = [ "bitflags 2.4.1", "cexpr", @@ -4264,9 +4264,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.2.6" +version = "8.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939" +checksum = "1a78365c3f8ca9dc5428a9f5c6349558c3f9f3eeb65e3fc00b6a981379462947" dependencies = [ "anyhow", "rustversion", diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 0fad1d572..755d21673 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -57,4 +57,4 @@ scopeguard = "1.2.0" [build-dependencies] anyhow = "1.0.79" -vergen = { version = "8.2.6", features = ["git", "gitcl"] } +vergen = { version = "8.2.10", features = ["git", "gitcl"] }