From ec0462116714475a11a951faadf57c3831c82f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:05:16 +0000 Subject: [PATCH] chore(deps): bump ci_info from 0.14.5 to 0.14.8 Bumps [ci_info](https://github.com/sagiegurari/ci_info) from 0.14.5 to 0.14.8. - [Release notes](https://github.com/sagiegurari/ci_info/releases) - [Changelog](https://github.com/sagiegurari/ci_info/blob/master/CHANGELOG.md) - [Commits](https://github.com/sagiegurari/ci_info/compare/0.14.5...0.14.8) --- updated-dependencies: - dependency-name: ci_info dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b288383..8a54482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,9 +27,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "ci_info" -version = "0.14.5" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b764ddeb477baefbe1653d644585e522d35471030e4634b2cfff3ac2baef1274" +checksum = "58d42121397c19456f4ba7bc8e43a26885614b158ab1e52d8fcfdcfea365bb83" dependencies = [ "envmnt", ] diff --git a/Cargo.toml b/Cargo.toml index e211798..41bf1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,13 +31,13 @@ exclude = [ ] [dependencies] -ci_info = "0.14.5" +ci_info = "0.14.8" clap = "3.0.0-beta.4" toml = "0.5.9" nias = "0.7.0" [build-dependencies] -ci_info = "0.14.5" +ci_info = "0.14.8" toml = "0.5.9" nias = "0.7.0"