Skip to content

Commit

Permalink
libc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mridul-manohar committed Aug 27, 2024
1 parent 27a5b5e commit 2f529fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions mbedtls-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ cfg-if = "1.0.0"
libz-sys = { version = "1.0.0", optional = true }
# deprecated dependency, this don't do anything anymore, but still needed to
# provide the `libc` feature, can be removed on major version bump
libc = { version = "0.2.0", optional = true }
libc = { version = "0.2.155", optional = true }

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.0" }
libc = { version = "0.2.155" }

[target.'cfg(windows)'.dependencies]
libc = { version = "0.2.0" }
libc = { version = "0.2.155" }

[build-dependencies]
bindgen = { version = "0.65.1" }
cmake = "0.1.17"
bindgen = { version = "0.68.1" }
cmake = "0.1.50"
cc = "1.0.45"
lazy_static = "1.4"
lazy_static = "1.5"
syn = { version = "1.0.64", features = ["full", "visit"] }
quote = "1.0.9"

Expand Down
2 changes: 1 addition & 1 deletion mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mbedtls-platform-support = { version = "0.1", path = "../mbedtls-platform-suppor
rs-libc = "0.2.0"

[dev-dependencies]
libc = "0.2.0"
libc = "0.2.155"
rand = "0.4.0"
serde_cbor = "0.6"
hex = "0.3"
Expand Down

0 comments on commit 2f529fd

Please sign in to comment.