From afd2450aeeed1a1badbcdfdc5126383ae59a8b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:03:16 +0000 Subject: [PATCH] build(deps): update cc requirement from =1.1.15 to =1.1.28 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.15...cc-v1.1.28) --- 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 989805f..b5c8076 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.15" +cc = "=1.1.28" dirs = "5.0.1" futures = "0.3.30" hex = "0.4.2"