Skip to content

Commit 0f2b685

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/compaction/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ crate-type = ["cdylib", "rlib"]
3333

3434
[dependencies]
3535
cxx = { version = "1.0.131" } # Exception handling for Rust
36-
libc = { version = "0.2.165" } # FFI type support
36+
libc = { version = "0.2.166" } # FFI type support
3737
log = { version = "0.4.22" } # Logging support
3838
arrow = { version = "53.3.0" } # Batch of reading from Parquet files
3939
futures = { version = "0.3.31" } # Async processing

0 commit comments

Comments
 (0)