Skip to content

Commit 9d2575d

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump libc from 0.2.144 to 0.2.146 in /tests/host_tools/uffd
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.144 to 0.2.146. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.144...0.2.146) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 6cd5d44 commit 9d2575d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bench = false
1010

1111
[dependencies]
1212
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
13-
libc = "0.2.117"
13+
libc = "0.2.146"
1414
serde = { version = "1.0.164", features = ["derive"] }
1515
thiserror = "1.0.32"
1616
versionize = "0.1.10"

tests/host_tools/uffd/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.

tests/host_tools/uffd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
libc = "0.2.117"
8+
libc = "0.2.146"
99
serde = { version = "1.0.164", features = ["derive"] }
1010
serde_json = "1.0.78"
1111
userfaultfd = "0.5.1"

0 commit comments

Comments
 (0)