From d8d44681bad8e0089ab74e119395147e23e3acd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:23:44 +0000 Subject: [PATCH] Bump ci_info from 0.14.6 to 0.14.9 Bumps [ci_info](https://github.com/sagiegurari/ci_info) from 0.14.6 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.6...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 | 2 +- crates/volta-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 984d73846..d90b51ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "ci_info" -version = "0.14.6" +version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb96e3080a1e744ca38c2485d15dc373b27e01a659a9508d4a00658759b92ede" +checksum = "62a62f39080c8c83e899dff6abd46c4fac05c1cf8dafece96ad8238e79addbf8" dependencies = [ "envmnt", ] diff --git a/Cargo.toml b/Cargo.toml index 296cc3d1e..0f232928d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ winreg = "0.10.1" [dev-dependencies] hamcrest2 = "0.3.0" envoy = "0.1.3" -ci_info = "0.14.6" +ci_info = "0.14.9" hyperx = "1.4.0" [workspace] diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index d952f39ce..320dedab0 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -43,7 +43,7 @@ walkdir = "2.3.2" volta-layout = { path = "../volta-layout" } once_cell = "1.16.0" dunce = "1.0.3" -ci_info = "0.14.6" +ci_info = "0.14.9" hyperx = "1.4.0" attohttpc = { version = "0.23.1", default-features = false, features = ["json", "compress", "tls-rustls"] } chain-map = "0.1.0"