Skip to content

Commit 2f529fd

Browse files
libc update
1 parent 27a5b5e commit 2f529fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mbedtls-sys/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ cfg-if = "1.0.0"
2626
libz-sys = { version = "1.0.0", optional = true }
2727
# deprecated dependency, this don't do anything anymore, but still needed to
2828
# provide the `libc` feature, can be removed on major version bump
29-
libc = { version = "0.2.0", optional = true }
29+
libc = { version = "0.2.155", optional = true }
3030

3131
[target.'cfg(unix)'.dependencies]
32-
libc = { version = "0.2.0" }
32+
libc = { version = "0.2.155" }
3333

3434
[target.'cfg(windows)'.dependencies]
35-
libc = { version = "0.2.0" }
35+
libc = { version = "0.2.155" }
3636

3737
[build-dependencies]
38-
bindgen = { version = "0.65.1" }
39-
cmake = "0.1.17"
38+
bindgen = { version = "0.68.1" }
39+
cmake = "0.1.50"
4040
cc = "1.0.45"
41-
lazy_static = "1.4"
41+
lazy_static = "1.5"
4242
syn = { version = "1.0.64", features = ["full", "visit"] }
4343
quote = "1.0.9"
4444

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mbedtls-platform-support = { version = "0.1", path = "../mbedtls-platform-suppor
5050
rs-libc = "0.2.0"
5151

5252
[dev-dependencies]
53-
libc = "0.2.0"
53+
libc = "0.2.155"
5454
rand = "0.4.0"
5555
serde_cbor = "0.6"
5656
hex = "0.3"

0 commit comments

Comments
 (0)