Skip to content

Commit 1d6596a

Browse files
chore(deps): Bump libc from 0.2.169 to 0.2.172
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.172. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.172/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.172) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.172 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7d7c3c commit 1d6596a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/hipcheck-workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,38 +110,38 @@ zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
110110

111111
[target.x86_64-unknown-linux-gnu.dependencies]
112112
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
113-
libc = { version = "0.2.169" }
113+
libc = { version = "0.2.172" }
114114
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
115115
rustix = { version = "0.38.40", features = ["fs", "termios"] }
116116

117117
[target.x86_64-unknown-linux-gnu.build-dependencies]
118118
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
119-
libc = { version = "0.2.169" }
119+
libc = { version = "0.2.172" }
120120
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
121121
rustix = { version = "0.38.40", features = ["fs", "termios"] }
122122

123123
[target.x86_64-apple-darwin.dependencies]
124124
bitflags = { version = "2.6.0", default-features = false, features = ["std"] }
125125
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
126-
libc = { version = "0.2.169", features = ["extra_traits"] }
126+
libc = { version = "0.2.172", features = ["extra_traits"] }
127127
rustix = { version = "0.38.40", features = ["fs", "termios"] }
128128

129129
[target.x86_64-apple-darwin.build-dependencies]
130130
bitflags = { version = "2.6.0", default-features = false, features = ["std"] }
131131
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
132-
libc = { version = "0.2.169", features = ["extra_traits"] }
132+
libc = { version = "0.2.172", features = ["extra_traits"] }
133133
rustix = { version = "0.38.40", features = ["fs", "termios"] }
134134

135135
[target.aarch64-apple-darwin.dependencies]
136136
bitflags = { version = "2.6.0", default-features = false, features = ["std"] }
137137
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
138-
libc = { version = "0.2.169", features = ["extra_traits"] }
138+
libc = { version = "0.2.172", features = ["extra_traits"] }
139139
rustix = { version = "0.38.40", features = ["fs", "termios"] }
140140

141141
[target.aarch64-apple-darwin.build-dependencies]
142142
bitflags = { version = "2.6.0", default-features = false, features = ["std"] }
143143
getrandom = { version = "0.3.1", default-features = false, features = ["std", "wasm_js"] }
144-
libc = { version = "0.2.169", features = ["extra_traits"] }
144+
libc = { version = "0.2.172", features = ["extra_traits"] }
145145
rustix = { version = "0.38.40", features = ["fs", "termios"] }
146146

147147
[target.x86_64-pc-windows-msvc.dependencies]

0 commit comments

Comments
 (0)