From 5ae20346a056bdaab57d2bffdec88b9cbcde3f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:22:17 +0000 Subject: [PATCH] build(deps): update cc requirement from =1.1.12 to =1.1.15 Updates the requirements on [cc](https://github.com/rust-lang/cc-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.12...cc-v1.1.15) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d04b097..989805f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ async-h1 = "2.3.3" async-lock = "3.3.0" async-std = "1.6.5" aws-lc-rs = { version = "1", features = ["bindgen"] } -cc = "=1.1.12" +cc = "=1.1.15" dirs = "5.0.1" futures = "0.3.30" hex = "0.4.2"