summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-07-17 21:32:09 +0000
committerGitHub <noreply@github.com>2023-07-17 21:32:09 +0000
commit1d61638a72d91e5a5df03da4ab83182352a4d8e4 (patch)
treed041f77b3b82c2fed7fa6a6634f4cb7c9f132c33 /Cargo.toml
parentc3e6e6a14244d68a9715ff75dc844d6c856049b9 (diff)
parent87190dab193d3ceaf8443556adfeba35177bdd24 (diff)
downloadnix-1d61638a72d91e5a5df03da4ab83182352a4d8e4.zip
Merge #2077
2077: Enable socket timestamping options on Android r=asomers a=spencercw Requires https://github.com/rust-lang/libc/pull/3267 which landed in libc 0.2.147. Co-authored-by: Chris Spencer <spencercw@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 831aeeb0..a40d250e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ targets = [
]
[dependencies]
-libc = { version = "0.2.141", features = ["extra_traits"] }
+libc = { version = "0.2.147", features = ["extra_traits"] }
bitflags = "2.3.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }