Skip to content

Commit 50c5931

Browse files
Update errno, libc and bindget dependencies to latest patch versions.
Fix typos in comment.
1 parent c5928e0 commit 50c5931

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ edition = "2018"
1111
rust-version = "1.72"
1212

1313
[dependencies]
14-
errno = "0.3.0"
15-
libc = "^0.2.62"
14+
errno = "0.3.14"
15+
libc = "^0.2.176"
1616

1717
[lib]
1818
name = "libproc"
1919
path = "src/lib.rs"
2020

2121
[build-dependencies]
22-
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
22+
bindgen = { version = "0.72.1", default-features = false, features = ["runtime"] }
2323

2424
# NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate
25-
# supports it. It's quite probably that neither of those two things ever happen.
25+
# supports it. It's quite probably that neither of those two things will ever happen.
2626
# But making this assumption for now so that everything compiles at least for redox
2727
[target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies]
2828
procfs = "0.18.0"
2929
tempfile = "3.3.0"
3030

31-
# Build docs for macos and linux
31+
# Build docs for macOS and linux
3232
[package.metadata.docs.rs]
3333
targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)