From b69a44de1e53c07c9afdb5fc4b991beac5dcbf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 07:02:25 +0000 Subject: [PATCH] build(deps): bump envsubst from 0.2.0 to 0.2.1 Bumps [envsubst](https://github.com/coreos/envsubst-rs) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/coreos/envsubst-rs/releases) - [Commits](https://github.com/coreos/envsubst-rs/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: envsubst dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca18f0458a..5d818e4223 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,9 +635,9 @@ dependencies = [ [[package]] name = "envsubst" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bf9e478f69f88f589c11ddc017e4ddfcfd196ee2c9a4249074c83ddf544162" +checksum = "cf2f29f6ee674d1229e5715dfc7e24f14395a20d66949e36032de68b31542643" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index dfc54eb278..9dbc1fa439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ cap-tempfile = "1.0.1" chrono = { version = "0.4.23", features = ["serde"] } clap = { version = "3.2.23", features = ["derive"] } cxx = "1.0.82" -envsubst = "0.2.0" +envsubst = "0.2.1" either = "1.8.0" env_logger = "0.9.1" fail = { version = "0.5", features = ["failpoints"] }