From cb778d56885ddef881d23d8aed874156777a0a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:11:31 +0000 Subject: [PATCH] build(deps): update cbindgen requirement in /bindings/c Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version. - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/mozilla/cbindgen/compare/v0.27.0...0.28.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- bindings/c/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 7000c7c..261ca16 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] libc = "0.2" [build-dependencies] -cbindgen = "0.27" +cbindgen = "0.28" [dependencies.css-inline] path = "../../css-inline"