From ef49741254d0ccafbf5d7337f81f690b39e291e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:21:17 -0800 Subject: [PATCH] build(deps): update cfg_aliases requirement from 0.1.1 to 0.2.0 Updates the requirements on [cfg_aliases](https://github.com/katharostech/cfg_aliases) to permit the latest version. - [Release notes](https://github.com/katharostech/cfg_aliases/releases) - [Changelog](https://github.com/katharostech/cfg_aliases/blob/master/release.toml) - [Commits](https://github.com/katharostech/cfg_aliases/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: cfg_aliases dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe9d50a..9fd5f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ features = [ redox_syscall = "0.4" [build-dependencies] -cfg_aliases = "0.1.1" +cfg_aliases = "0.2.0" [dev-dependencies] colorous = "1.0.12"