Skip to content

Commit 178eb73

Browse files
build(deps): update cc requirement from =1.1.12 to =1.1.15 (#467)
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](rust-lang/cc-rs@cc-v1.1.12...cc-v1.1.15) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc39b4 commit 178eb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async-h1 = "2.3.3"
1818
async-lock = "3.3.0"
1919
async-std = "1.6.5"
2020
aws-lc-rs = { version = "1", features = ["bindgen"] }
21-
cc = "=1.1.12"
21+
cc = "=1.1.15"
2222
dirs = "5.0.1"
2323
futures = "0.3.30"
2424
hex = "0.4.2"

0 commit comments

Comments
 (0)