Skip to content

Commit 79ad6f8

Browse files
build: Bump libc from 0.2.144 to 0.2.145 in /fuzz
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.144 to 0.2.145. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.144...0.2.145) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be4f04a commit 79ad6f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fuzz/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.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo-fuzz = true
1212
block_util = { path = "../block_util" }
1313
devices = { path = "../devices" }
1414
epoll = "4.3.1"
15-
libc = "0.2.144"
15+
libc = "0.2.145"
1616
libfuzzer-sys = "0.4.6"
1717
linux-loader = { version = "0.8.1", features = ["elf", "bzimage", "pe"] }
1818
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }

0 commit comments

Comments
 (0)