From 69c5c3714c7ad89a873b531fcb01ffe2e1865d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:11:53 +0000 Subject: [PATCH] build(deps): bump the deps group with 2 updates (#1567) Bumps the deps group with 2 updates: [vergen](https://github.com/rustyhorde/vergen) and [cargo_toml](https://gitlab.com/lib.rs/cargo_toml). Updates `vergen` from 8.2.6 to 8.2.7 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.6...8.2.7) Updates `cargo_toml` from 0.17.2 to 0.18.0 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.18.0) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/bin/Cargo.toml | 2 +- crates/cargo-toml-workspace/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1006684a3..3b906ad33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.17.2" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" +checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c" dependencies = [ "serde", "toml", @@ -4013,9 +4013,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.2.6" +version = "8.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939" +checksum = "f2066fbfd3bfbadab28cab8bae840c9e74917bc6deeef2ed0781f2eb2fdfafdb" dependencies = [ "anyhow", "rustc_version", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index d89c4e5ab..0427b849c 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -46,7 +46,7 @@ tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], d [build-dependencies] embed-resource = "2.4.1" -vergen = { version = "8.2.5", features = ["build", "cargo", "git", "gitcl", "rustc"] } +vergen = { version = "8.2.7", features = ["build", "cargo", "git", "gitcl", "rustc"] } [features] default = ["static", "rustls", "trust-dns", "fancy-no-backtrace", "zstd-thin", "git"] diff --git a/crates/cargo-toml-workspace/Cargo.toml b/crates/cargo-toml-workspace/Cargo.toml index 7107daba6..795a27a8d 100644 --- a/crates/cargo-toml-workspace/Cargo.toml +++ b/crates/cargo-toml-workspace/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Jiahao XU "] license = "Apache-2.0 OR MIT" [dependencies] -cargo_toml = "0.17.0" +cargo_toml = "0.18.0" compact_str = { version = "0.7.0", features = ["serde"] } glob = "0.3.1" normalize-path = { version = "0.2.1", path = "../normalize-path" }