From 0fd7879265c790e947517db3d990e67ed015862f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:03:32 +0000 Subject: [PATCH] chore(deps): bump ci_info from 0.14.5 to 0.14.9 Bumps [ci_info](https://github.com/sagiegurari/ci_info) from 0.14.5 to 0.14.9. - [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.9) --- 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..f900624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,9 +27,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "ci_info" -version = "0.14.5" +version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b764ddeb477baefbe1653d644585e522d35471030e4634b2cfff3ac2baef1274" +checksum = "62a62f39080c8c83e899dff6abd46c4fac05c1cf8dafece96ad8238e79addbf8" dependencies = [ "envmnt", ] diff --git a/Cargo.toml b/Cargo.toml index e211798..d6effc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,13 +31,13 @@ exclude = [ ] [dependencies] -ci_info = "0.14.5" +ci_info = "0.14.9" 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.9" toml = "0.5.9" nias = "0.7.0"