Skip to content

Commit 31d2b73

Browse files
Update c-types requirement from 4.0 to 5.0 (#5171)
Updates the requirements on [c-types](https://github.com/dimbleby/rust-c-types) to permit the latest version. - [Changelog](https://github.com/dimbleby/rust-c-types/blob/main/CHANGELOG.md) - [Commits](dimbleby/rust-c-types@4.0.0...5.0.0) --- updated-dependencies: - dependency-name: c-types dependency-version: 5.0.0 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 b53da8e commit 31d2b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ bindgen = { version = "0.71", optional = true }
9797
[dependencies]
9898
bitflags = "2.9"
9999
libc = "0.2"
100-
c-types = "4.0"
100+
c-types = "5.0"
101101
ctor = "0.4"
102102
socket2 = "0.5"

0 commit comments

Comments
 (0)