Skip to content

Commit 9b79155

Browse files
authored
Merge pull request #3806 from gchq/dependabot/cargo/rust/libc-0.2.166
Bump libc from 0.2.165 to 0.2.166 in /rust
2 parents 2397fae + 0f2b685 commit 9b79155

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)